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