/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* navi */
.cycle-prev, .cycle-next { z-index: 500; position: absolute; top:50%; left:10px; cursor: pointer; font-family: arial; font-size: 25px; background:white; color:black; border-radius:50%; width:1em; height:1em; text-align:center; line-height:.91em; }
.cycle-next { left:auto; right:10px; }
