#slider li{ 
	width:945px;/*- width:200px; - */ 
	height:200px;
	overflow:hidden; 
}
ol#controls{
	margin:1em 0;
	padding:0;
	height:20px;	
}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #b9b9b9;
	background:#eee;
	color:#555;
	padding:0 7px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#757575;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}