/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 500; position: absolute; overflow: hidden;
}

.cycle-pager span { 
     font-size: 50px; width: 16px; height: 16px; 
     color: #fff; padding:3px; cursor: pointer; 
}

.cycle-pager span.cycle-pager-active { color: #de4b27;}
.cycle-pager > * { cursor: pointer;}

/* ===== MEDIA QUERIES (RWD) =====*/
@media screen and (max-width:780px){
	.cycle-pager span {font-size: 35px;}
}

@media screen and (max-width:500px){
	.cycle-pager span {font-size: 25px;}
	
}  