/*reset*/
body {
    font-family: "microsoft yahei", "微软雅黑";
}
body, ul, li, ol, img {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
/*example*/
.example {
    margin:0;
    padding:0;
    margin:10px;
}
.example ol {
    position:relative;
    width: 100px;
    height: 20px;
    top:-25px;
    left:465px;
}
.example ol li {
    float:left;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align:center;
    line-height:20px;
}
.example ol li.seleted {
    background: #1AA4CA;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 luara
 version 0.1  2014-8-21
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*渐隐*/
.luara- {
    position:relative;
    padding:0;
    overflow: hidden;
}
.luara- ul {
    margin: 0;
    padding:0;
}
.luara- ul li {
    display: none;
    padding: inherit;
    margin: inherit;
    list-style: none;
}
.luara- ul li:first-child {
    display:block;
}
.luara- ul li img {
    width: 570px;
    height: 387px;
}

