@charset "UTF-8";
#crossfade {
	position: relative;
	line-height: 0px;
}
#crossfade img {
	width: 100%;
}
#crossfade div {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
}
#crossfade div.active {
	z-index: 3
}
#crossfade div.base {
	z-index: -1;
	position: static;
	display: block
}
.crossfade-image-overlay img {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.crossfade-caption {
	color: white;
	position: absolute;
	font-size: 14px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	right: 12px;
	top: 12px;
	background-color: rgba(192,8,127,0.6);
	text-transform: uppercase;
	z-index: 100;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.crossfade-caption {
	display: none;
}
