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

	#sliderBg {width: 932px; height: 268px; overflow: hidden; background: url(../images/layout/sliderBg.png) no-repeat; padding: 0px 6px; margin: 8px 0px 3px 0px;}

	#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:928px;
		height:268px;
		overflow:hidden; 
		}
		
	#slider a img {border: none;}
			
	#prevBtn, #nextBtn{
		display: none; 
		/*display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;*/
		}	
	#nextBtn{ 
		left:583px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

