/* @override http://www.goldenchainfraternity.org/styles/conveyor.css */

#images-conveyor {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
}

.slide {
	float: left;
	width: 540px;
	height: 400px;
	background-color: #eee;
	text-align: center;
	overflow: hidden;
}

.slide img {
	width: 540px;
}

.thumb {
	float: left;
	height: 86px;
	width: 86px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.thumb a {
	text-decoration: none;
	display: block;
	height: 86px;
	width: 86px;
}

.thumb a.selected {
	border: 2px #29ABE2 solid;
	height: 82px;
	width: 82px;

}

.play-button-overlay {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 100%;
	background: url(/images/btn_play.png) no-repeat 451px 340px;
}

#lightbox-wrapper {
	width: 980px;
	height: 400px;
	background-color: #000;
	position: absolute;
	z-index: 2000;
}

.video-container {
	display: none;
	position: absolute;
	width: 518px;
	height: 378px;
	padding: 10px;
	border: 1px solid #666;
	background-color: #fff;
	z-index:1002;
	color: #ccc;
}

a#close  {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -15px;
	left: -15px;
	background: url(/images/close.png) 0 0;
}

a#close:hover {
	background: url(/images/close.png) 0 -30px;
}
