@charset "utf-8";
/* CSS Document */

/*** FRONT PAGE SLIDER ***/
#slides_container{height:300px; position:relative;  clear:left;}
/* Easy Slider */
#slider{ position:relative;  margin:0px auto; width:700px; padding:0 0 0 0; color:#010101; height:300px; overflow:hidden;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:700px;
	height:300px;
	overflow:hidden;
	margin:0px;
	padding: 0 0 0 0;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:0
	}
#prevBtn{left:140px;}	
#nextBtn{left:525px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:52px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
	margin-top:-28px;
	}
#nextBtn a{ 
	background:url(../images/btn_next.png) no-repeat 0 0;	
	}
	
/*** END OF FRONT PAGE SLIDER ***/