#slider li { 
	width:320px;
	height:110px;
	overflow:hidden; 
}

ol#controls{
	margin:0px;
	padding:0px;
	height:10px;
	background-image:url(../img/ico-ball-bg.png);
	background-repeat:repeat-x;
	background-position:left center;
	position:relative;
	top:-15px;
	padding-left:140px;
	list-style:none;
	text-align:center;
	text-indent:-2000px;
}
ol#controls li{
	float:left;
	width:10px;
	height:10px;
	margin-left:2px;
	margin-right:2px;
}
ol#controls li a {
	width:10px;
	height:10px;
	display:block;
	background-image:url(../img/ico-ball.png);
	background-repeat:no-repeat;
	background-position:0px -10px;
}
ol#controls li.current a {
	background-position:0px 0px;
}