@charset "UTF-8";
#crossfade01 {
	position: relative;
	line-height: 0px;
}
#crossfade01 img {
	width: 100%;
}
#crossfade01 div {
	position: absolute;
	z-index: 1;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
}
#crossfade01 div.active {
	z-index: 3
}
#crossfade01 div.base {
	z-index: -1;
	position: static;
	display: block
}
.overlay01  img{
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.crossfade01-caption {
	color: white;
	position: absolute;
	font-size: 14px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-image: url(../../_assets/crossfade-images/captions-trans60red.png);
	background-repeat: repeat;
	right: 18px;
	top: 18px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:650px) {
