.tx-abavofegallery-pi1 .list .thumbnail {
	display: inline;
	float: left;
	width: 148px;
	margin: 10px 25px 10px 0px;
}

.tx-abavofegallery-pi1 .list .last {
	margin-right: 0px;
}

.tx-abavofegallery-pi1 .list .thumbnail .image {
	display: block;
	cursor: pointer;
	height: 104px;
	padding: 4px;
	border: 1px solid #F5D394;
}

.tx-abavofegallery-pi1 .list .thumbnail .image a {
	display: block;
}

.tx-abavofegallery-pi1 .list .thumbnail .image a img {
	display: block;
	position: relative;
	margin: 0px auto;
}

.tx-abavofegallery-pi1 .list .thumbnail .title {
	display: block;	
	font-size: 1em;
	padding: 3px 7px 3px 3px;
	background-color: #F0D5B8;
	color: #6C4712;
	text-align: center;
}

#abavofegalleryDetail {
	position: absolute;
	display: none;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#abavofegalleryDetail.active {
	display: block;
}

#abavofegalleryDetail .transparency {
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.7;
	background-color: #FCF3EC;
}

html>body #abavofegalleryDetail .transparency {
	height: auto;
	min-height: 100%;
}

#abavofegalleryDetail iframe {
	position: absolute;
	top: 0px;
	left: -1000000px;
}

#abavofegalleryDetail.loaded iframe {
	left: 50%;
}
