/* Easy Slider */
/* hack png ie6 */
img {    
	behavior: url(../iepngfix.htc);
	border:none;
}


#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width:976px;
	height:530px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	left:0px;
	top:25px;
}
#nextBtn {
	left:951px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/layout/btn_prev.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/layout/btn_next.png) no-repeat 0 0;
}
/* // Easy Slider */


	#slideshow {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:976x;
	background:#fff;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
