.cycle-slideshow { 
	width: 100%; 
}
	
.cycle-slideshow img { 
	max-width: 1600px;
	width: 100%;
	height: auto }

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    font-size:14pt;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 10px; opacity: .5;
}

/* Font size adjustment for small screens: */
@media screen and (max-width: 601px){
/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    font-size:12pt;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 5px; opacity: .5;
}

}