/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}
.cycle-pager { 
  text-align:right; width: 100%; z-index: 300; position: absolute; bottom: 5px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: transparent; opacity: 0.75; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 0;}
.cycle-pager > * { cursor: pointer;}
