	#slider {
	margin:0 0 0 30px;}
	#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:260px;
		height:260px;
		overflow:hidden; 
		}
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:22px;
	position:absolute;
	left:10px;
	top:120px;
	}	
#nextBtn{ 
	left:300px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:22px;
	text-indent:-99999px;
	background:url(../images/prev.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/next.jpg) no-repeat 0 0;	
	}