/* ----- GALLERY ----- */
#galleryMainContent {
	display: none;
	opacity: 0;
	overflow: hidden;
	/*background: #000000;*/
}

.gallery-content {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 480px;
}

.gallery-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	overflow: hidden;
}

.gallery-image {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.gallery-prev {
	position: absolute;
	left: 100px;
	top: 460px;
	width: 55px;
	height: 88px;
	background: url(../images/shared/arrows_sprite.png) 0 -44px no-repeat;
	cursor: pointer;
}

.gallery-next {
	position: absolute;
	left: 100px;
	top: 460px;
	width: 55px;
	height: 88px;
	background: url(../images/shared/arrows_sprite.png) -55px -44px no-repeat;
	cursor: pointer;
}

.thumbnail-container {
	position: absolute;
	left: 120px;
	bottom: -1px;
	width: 831px;
	height: 127px;
	margin: 0 auto;
	background: url(../images/gallery/gallery_thumbnail_holder.png) top center no-repeat;
}

.thumbnail-images {
	position: absolute;
	top: 27px;
	left: 100px;
	width: 430px;
	height: 60px;
}

.thumbnail-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 67px;
	opacity: 0;
	display: none;
	cursor: pointer;
}

.thumbnail-image.current {
	border: solid 1px #b09e4f;
	cursor: default;
}

.thumbnail-prev {
	position: absolute;
	top: 42px;
	left: 65px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) 0 0 no-repeat;
	cursor: pointer;
}

.thumbnail-next {
	position: absolute;
	top: 42px;
	right: 65px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) -27px 0 no-repeat;
	cursor: pointer;
}

/*.gallery-close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 36px;
	height: 36px;
	background: url(../images/shared/shared_closebtn.png) top center no-repeat;
	cursor: pointer;
}*/

.gallery-download {
	position: absolute;
	top: 120px;
	left: 700px;
	width: 172px;
	height: 28px;
	background: url(../images/gallery/gallery_downloadbtn.png) 0 0 no-repeat;
	cursor: pointer;
	color: #baa678;
}

.gallery-download:hover {
	color: #ffffff;
}

.gallery-download-label {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 14px;
	margin-top: 7px;
}

.gallery-download-arrow {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	margin-top: 7px;
	background: url(../images/gallery/gallery_downloadbtn_arrow.png) 0 0 no-repeat;
}
