.container {
	width: 620px; 
	height: 210px; 
}
.container IMG {
	width: 620px; 
	height: 210px
}
ul.num {
	position: absolute; 
	float:right;
	height:15px; 
	right:5px; 
	bottom:6px;
	font-family:Verdana;
}
ul.num li {
	font-weight:bold; 
	padding-right:5px;
	FLOAT: left; 
	height: 15px; 
	color: #86a2b8; 
	font-size: 11px; 
	cursor: pointer;
}
ul.num li.on {
	color: #fff;
}