/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}
.cycle-slideshow.main {
    max-height: 700px;
}
.slide{visibility: hidden;}
.cycle-pager { 
  text-align:right; width: 100%; z-index: 400; position: absolute; bottom: 110px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: rgba(22, 100, 166, 0.5); padding:10px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fff;}
.cycle-pager > * { cursor: pointer;}
