/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow {z-index: 1;}
.cycle-slideshow img{
	width:100%;
	z-index: 9;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 500; position: absolute; bottom: 5px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: blue; padding:3px; cursor: pointer; 
	z-index: 99;
}
.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}
@media only screen and (max-width: 900px) {
	.cycle-pager {display: none;}
	
}
