@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
}
#crossfade-advert {
	position: relative;
}
#crossfade-advert img {
	position: absolute;
	z-index: 1;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
}
#crossfade-advert img.active {
	z-index: 3
}
#crossfade-advert img.base {
	z-index: -1;
	position: static;
	display: block
}
.overlay img{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0px;
}
