#slider{background:#242424;z-index:-1}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:616px;
	height:215px;
	overflow:hidden; 
	}	
	
div#controls{
	margin:-14px 0 0 0;
	position:absolute;
	left:16px;top:190px;width:380px;height:32px; overflow:hidden
	} 

#prevBtn, #nextBtn,{
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:32px;
	height:32px;
	float:left;
	}
	

#nextBtn{ 
	float:right;
	}														
#prevBtn a, #nextBtn a{  
	display:block;float:left;
	width:32px;
	height:32px;
	background:url(/img/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(/img/btn_next.png) no-repeat 0 0;	float:right;margin-right:10px;
	}	