/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}
.cycle-pager { 
text-align: center;
    z-index: 300;
    position: absolute;
    bottom: 150px;
    right: 4.7%;
    left: 4.7%;
    overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #77665e; opacity: 0.75; padding:3px; cursor: pointer; margin: 5px;
}
.cycle-pager span.cycle-pager-active { color: #000; opacity: 1;}
.cycle-pager > * { cursor: pointer;}
