@charset "utf-8";
/* CSS Document */


.cycle-slideshow img{width:100%;/* min-height:200px;*/ height:auto;}
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 20px; right: 0; overflow: hidden;
}
.cycle-pager span { border-radius:100%; 
    font-family: arial; font-size: 1px; width: 8px; height: 8px; 
    display: inline-block; color: #ddd; cursor: pointer;  background:#fff; margin-right:8px;  
}
.cycle-pager span:hover{background: #2E57AA;}

.cycle-pager span.cycle-pager-active { color: #2E57AA; background:#2E57AA;}
.cycle-pager > * { cursor: pointer;}



@media all and (max-width:768px){
	/*.cycle-slideshow img{margin-top:75px;}*/
	.cycle-pager{bottom: 22px;}
	.cycle-pager span {width:9px; height:9px; }
}