/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow{
	
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	
}
.cycle-slideshow .slide{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.cycle-pager { 
  text-align:right; width: 100%; z-index: 600; position: absolute; bottom: 80px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #000; opacity: 0.75; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 1;}
.cycle-pager > * { cursor: pointer;}
