/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow {width:100%; margin: 0 auto; z-index:9;}
.cycle-slideshow img{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
.cycle-pager { 
  text-align:center; width: 80%; z-index: 500; position: absolute; bottom: 5px; right:10%; overflow: hidden; display:none;
}
.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: #000;}
.cycle-pager > * { cursor: pointer;}
