#slider{
	display:block;
	position:absolute;
	width:1024px;
	height:450px;
	overflow:hidden;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	*position:relative;
}
#slider ul, #slider li{ 
	width:1024px;
	height:450px;
	overflow:hidden;
}

/* prev/next Button */	
#prevBtn, #nextBtn{ 
	display:block;
	position:absolute;
	z-index:1000;
	top:200px;
	width:43px;
	height:43px;
}
#testimonials #prevBtn, #testimonials #nextBtn{top:10px;}

#prevBtn{left:10px;}
#nextBtn{left:974px;}
											
#prevBtn a, #nextBtn a{  
	display:block;
	width:43px;
	height:43px;
	background:url(../images/left-arrow.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	left:5px;
}	
#nextBtn a{ background:url(../images/right-arrow.png) no-repeat; }
/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	position:absolute;
	right:0px;
	top:-30px;	
}
ol#controls li{
	margin:0 5px 0 0; 
	float:left;
	list-style:none;
}
ol#controls li a{
	float:left;
	display:block;
	height:10px;
	width:10px;
	background:url(../images/bullet.png);
	overflow:hidden;
	text-indent:-9999999px;
}
ol#controls li.current a{	background:url(../images/bullet_over.png);}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}




