/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	max-width:100%;
}
.slide{visibility: hidden;}
.cycle-pager { 
  text-align:right; 
	width: 100%; 
	z-index: 400; 
	position: absolute;     
	bottom: 0;
    right: 2%; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #0e5994; padding:10px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fff;}
.cycle-pager > * { cursor: pointer;}
