.ad-gallery .ad-image-wrapper {
	width: 100%;
	height: 1285px;
	position: absolute;
	overflow: hidden!important;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.ad-gallery .ad-image-wrapper img {
	width: 1920px!important;
	height: 1285px!important;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ad-gallery .ad-nav {
	width: 450px;
	position: absolute;
	z-index: 1000;
	top: 240px;
	right: 0px;
	margin-right: 10px;
}
.ad-gallery .ad-thumbs {
	float: left;
	list-style: none;
	width: 100%;
}
.ad-gallery .ad-thumbs li {
	float: left;
	margin-right: 5px;
}
.ad-gallery .ad-thumbs li a {
	float: left;
}
.ad-gallery .ad-thumbs li a img {
	display: block;
	border: 1px solid #FFFFFF;
	height: 48px;
	width: 72px;
}
.ad-gallery .ad-thumbs li a img:hover {
	border-color: #8258AC;
}
.ad-gallery .ad-thumbs li a.ad-active img {
	border-color: #BFAAD5!important;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
	background-color: #000000;
}
.ad-preloads img {
	display:none;
}

