/*reset*/
/*example*/
.example{}
.example ol{position:absolute;width: 120px;height: 20px; bottom:10px;right:15px; z-index:99}
.example ol li{ position:relative;float:left;width: 14px;height: 14px;margin: 3px;background: #fff; line-height:14px; text-align:center; color:#000;}
.example ol li.seleted{background: #1AA4CA;}


.example2{}
.example2 ol{position:absolute;width: 120px;height: 20px;bottom:5px;right:15px; z-index:99}
.example2 ol li{position:relative;float:left;width: 14px;height: 14px;margin: 3px;background: #fff; line-height:14px; text-align:center; color:#000;}
.example2 ol li.seleted{background: #1AA4CA;}

.example3{}
.example3 ol{position:absolute;width: 120px;height: 20px;bottom:5px;right:20px; z-index:99}
.example3 ol li{position:relative;float:left;width: 14px;height: 14px;margin: 3px;background: #fff; line-height:14px; text-align:center; color:#000;}
.example3 ol li.seleted{background: #1AA4CA;}