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

.video-content {
	position: absolute;
	top: 80px;
	left: 500px;
	width: 640px;
	height: 360px;
	/*width: 768px;
	height: 432px;*/
	padding: 0;
	border: solid 1px #726c54;
	background: #000000;
}

.video-content-background {
	opacity: .35;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}

.video-player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 360px;
}

.video-replay {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 360px;
	display: none;
	cursor: pointer;
	z-index: 2;
}

.video-replay-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 360px;
}

.video-replay-button {
	position: absolute;
	top: 129px;
	left: 269px;
	width: 102px;
	height: 102px;
}

.video-thumbnails-background {
	position: absolute;
	top: 499px;
	left: 0px;
	width: 1450px;
	height: 144px;
	background: url(../images/video/thumb_holder.jpg) 0 0 no-repeat;
}

.video-thumbnails-container {
	position: absolute;
	top: 510px;
	left: 0px;
	width: 850px;
	height: 144px;
}

.video-thumbnail {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 190px;
	color: #726c54;
	display: none;
	opacity: 0;
	cursor: pointer;
}

.video-thumbnail:hover, .video-thumbnail.current {
	color: #baa678;
}

.video-thumbnail.current {
	cursor: default;
}

.video-thumbnail-image {
	position: relative;
	width: 160px;
	height: 96px;
	margin-left: 15px;
	border: 1px solid #726c54;
}

.video-thumbnail-text {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	margin-top: 5px;
	text-align: center;
}

.video-thumbnails-prev {
	position: absolute;
	top: 550px;
	left: 270px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) 0 0 no-repeat;
	cursor: pointer;
	display: none;
}

.video-thumbnails-next {
	position: absolute;
	top: 550px;
	left: 1040px;
	width: 27px;
	height: 44px;
	background: url(../images/shared/arrows_sprite.png) -27px 0 no-repeat;
	cursor: pointer;
	display: none;
}
