

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 11111500; height:50px; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 80px; width: 16px; height: 16px; line-height:80px;
    display: inline-block; color: #e3e3e3; cursor: pointer; margin-right:30px
}
.cycle-pager span.cycle-pager-active { color: #ffcc00;}
.cycle-pager > * { cursor: pointer;}


