	#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:910px;
		height:auto;
		overflow:hidden; 
	}	
	#prevBtn, #nextBtn{ 		
		display:none;		
		width:22px;
		height:41px;
		position:absolute;
		left:920px;
		top:50%;
		}
	#prevBtn{
		left:-35px;
		top:50%;
	}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:22px;
		height:41px;
		background:url(../img/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/next.png) no-repeat 0 0;	
		}