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

/* Easy Slider */

	#slider{
}	
	#slider ul, #slider li{
	margin:0;
	list-style:none;
	padding: 0px 0px 0px 7px;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
	height:341px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn{
	display:block;
	width:17px;
	height:5px;
	position:relative;
	left:375px;
	top:-300px;
		}	
	#nextBtn{
	left:375px;
	top: -180px;
		}														
	#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;	
		}												

/* // Easy Slider */
