@charset "UTF-8";
.cycler-captions01  {
	color: white;
	position: absolute;
	margin: 8px;
	font-size: 14px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	bottom: 0px;
	left: 0px;
	background-image: url(../../_assets/backgrounds/bg-trans60red.png);
	background-repeat: repeat;
	}
#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
}
.overlay img{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:800px) {
.cycler-captions01 {
	left: auto;
	right: 0px;
	text-align: right;
	top: 0px;
	bottom: auto;
}
