/*reset*/
ol {
	padding: 0;
	margin: 0;
	list-style-type: none;}

li {
	list-style-type: none;}

.example2 {}

.example2 ol {
	position: relative;
	width: 80px;
	height: 20px;
	top: -30px;
	margin-left:auto;
	margin-right:auto;
	left:0px;}

.example2 ol li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;}

.example2 ol li.seleted {
	background: #1AA4CA;}