
/*example2*/
.example2{}
.example2 ol{position:relative;width: 80px;height: 20px;top:-30px;left:650px;}
.example2 ol li{float:left;width: 15px;height: 15px;margin: 5px;background: #fff; -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;}
.example2 ol li.seleted{background: #1AA4CA;}


/*左滑*/
.luara-left{position:relative;padding:0;overflow: hidden;}
.luara-left ul{position: relative;padding: inherit;margin: 0;}
.luara-left ul li{float: left;padding: inherit;margin: inherit;list-style: none;}
.luara-left ul li img{width: inherit;height: inherit;}