@charset "utf-8";
/* CSS Document */

/* Easy Slider */

	#slider{
	position: relative;
	height: 85px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}	

#slider img{
padding-right:12px;


}	


	#slider ul, #slider li{
	margin:0;
	list-style:none;
	padding: 0px 0px 0px 7px;
	height: 75px;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
	height:90px;
	overflow:hidden;
		}	
		
	#prevBtn, #nextBtn{
	display:block;
	width:17px;
	height:5px;
	left:260px;
	top:390px;
	z-index: 5000;
	position: absolute;
		}	
	#nextBtn{
	left:715px;
	top: 390px;
	position: absolute;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:17px;
	height:5px;
	background: url(../img/btn_up.gif) no-repeat 0 0;
		}	
	#nextBtn a{
	background:url(../img/btn_down.gif) no-repeat 0 0;
	display: block;
		}												

/* // Easy Slider */

