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