#content_slider{
	width:507px;
}
#slider ul, #slider li,.nav{
	margin:0;
	padding:0;
	list-style:none;
}
.nav{float:right;padding-right:5px}
.nav li{
	float:left;
	width:30px;
	height:30px;
	overflow:hidden;
	margin-right:2px;
}
.cube-red{background:url(../images/cube-red.png) no-repeat 0 0;}
.cube-grey{background:url(../images/cube-grey.png) no-repeat 0 0;}
.nav li a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:none;
	padding-left:13px;
	padding-top:9px;
	height:30px;
	width:30px;
	display:block;
}	
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:507px;
	height:172px;
	overflow:hidden;
	background:#fff;
}							
	
p#controls{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn{ 
	
	
}	
#nextBtn{ 
}														
#prevBtn a{  
	display:block;
	width:120px;
	height:22px;
	background:url(../images/nav.gif) no-repeat 0 0;
}	
#nextBtn a{ 
	display:block;
	width:100px;
	height:22px;
	background:url(../images/nav.gif) no-repeat -120px 0;
}
