@charset "utf-8";
/* CSS Document */


#slider{ position:absolute;}	
	#slider ul, #slider li{
	overflow:hidden;
		margin:0;
		padding:0;
		list-style:none;
		z-index:10;
		}
	#slider li{ 
	
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:340px;
		overflow:hidden;
		z-index:10;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-29px;
		top:100px;
		outline:hidden;
		
			
		}	
	#nextBtn{ 
		left:845px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../sliderimages/btn_prev.png) no-repeat 0 0;	
		
		}	
	#nextBtn a{
		background:url(../sliderimages/btn_next.png) no-repeat 0 0;	
		}												


