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

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:365px;
		height:550px;
		overflow:hidden; 
		}
	#prevBtn, #nextBtn{ 
	display:block;
	width:45px;
	height:20px;
	position:absolute;
	left:340px;
	top:750px;
	}	
#nextBtn{ 
	left:420px;
	}														
#prevBtn a, #nextBtn a, #firstBtn a{  
	display:block;
	width:70px;
	height:20px;
	background:url(img/prev.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(img/next.jpg) no-repeat 0 0;	
	}	
	
	#firstBtn a{  
	display:block;
	width:50px;
	height:20px;
	position:absolute;
	background:url(img/first.jpg) no-repeat 0 0;
	left:100px;
	top:750px;
	}	

