@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;
	}
.cycler-captions02 {
	color: white;
	position: absolute;
	margin: 8px;
	font-size: 16px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	left: 0px;
	background-image: url(../../_assets/backgrounds/bg-trans60red.png);
	background-repeat: repeat;
	font-weight: bold;
	top: 0px;
	letter-spacing: 1px;
}
#crossfade02 {
	position: relative;
	line-height: 0px;
}
#crossfade02 img {
	width: 100%;
}
#crossfade02 div {
	position: absolute;
	z-index: 1;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
}
#crossfade02 div.active {
	z-index: 3
}
#crossfade02 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;
}
.cycler-captions02 {
	left: auto;
	top: 0px;
	text-align: right;
	right: 0px;
}
