.gallery {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/gallery-bg.png');
	z-index: 5000;
	behavior: url("javascripts/iepngfix.htc");
}
.gallery .container {
	width: 800px;
	height: 625px;
	top: 50%; left: 50%;
	margin-left: -375px;
	margin-top: -310px;
	position: absolute;
}
.gallery .title {
	text-align: center;
	margin-bottom: 20px;
}
.gallery .title div {
	display: inline;
}
.gallery .title .name {
	font-size: 22px;
	font-style: italic;
	padding-right: 5px;
}
.gallery .title .location {
	font-size: 12px;
}
.gallery .big {
	position: relative;
	height: 490px;
	margin-bottom: 30px;
}
.gallery .big .image {
	width: 100%;
	position: absolute;
	text-align: center;
}
.gallery .thumbnails {
	width: 490px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.gallery .thumbnails .wrapper {
	position: relative;
	width: 9000px;
}
.gallery .thumbnails .wrapper div {
	float: left;
	margin-right: 15px;
	background: url('../images/gallery-bg.png');
}
.gallery .thumbnails .wrapper div img {
	float: left;
	margin-top: 0 !important;
}
.gallery .thumbnails .wrapper div .spinner {
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.gallery .left {
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 50%;
	width: 61px; height: 18px;
	background: url('../images/left-button.gif');
}
.gallery .right {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 61px; height: 18px;
	right: -100px;
	background: url('../images/right-button.gif');
}
.ggiogso img.active {
	opacity: 0.5;
	filter: alpha(opacity=50);
}