/*=======================/* SLIDESHOW
---------------------------------------------*/

.cycle-pager { 
  text-align:center; width: 100%; z-index: 300; position: absolute; bottom: 5px; right:0; left: 0;overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #fff; padding:6px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #64aa32; }
.cycle-pager > * { cursor: pointer;}
