
/*example*/
.example{}
.example ol{position:relative;width: 145px;height: 24px;top:-47px; margin:0 auto;}
.example ol li{float:left;width: 10px;height: 10px;margin: 7px;background: #fff;}
.example ol li.seleted{background: red;}

.example1{}
.example1 ol{position:relative;width: 100px;height: 20px;top:-30px;left:60px;}
.example1 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example1 ol li.seleted{background: red;}

.example2{}
.example2 ol{position:relative;width: 100px;height: 20px;top:-30px;left:60px;}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example2 ol li.seleted{background: red;}