/* 代码整理：大头网 www.datouwang.com */

/*reset*/
body{font-family: "microsoft yahei","微软雅黑";}
body,ul,li,ol,img{margin: 0;padding: 0;}
li{list-style: none;}




/*example*/
.example{}
.example ol{position:relative;width: 80px;height: 20px;top:10px;left:145px;}
.example ol li{float:left;width: 8px;height: 8px;margin: 5px;background: #fff;}
.example ol li.seleted{width: 10px;height: 10px;}



.example2{}
.example2 ol{position:relative;width: 80px;height: 20px;top:10px;left:507px;}
.example2 ol li{float:left;width: 8px;height: 8px;margin: 5px;background: #fff;}
.example2 ol li.seleted{width: 10px;height: 10px;}