/* --- quote cycler --- */
.cycle-slideshow {
    width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}

.cycle-slideshow p,
.cycle-slideshow em {
	padding: 0;
	margin: 0;
	font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
}

.cycle-slideshow em {
}

.cycle-slideshow img {
    width: 100%;	
	clear: both;
}

@media screen and (max-width: 400px) {
	.cycle-slideshow-text {
		visibility: hidden;
		
	}
}