@charset "utf-8";
#gallery {
	margin: 0;
  padding: 0;
	border: 0;
	outline: 0;
	width: 920px;
	height: 540px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

#gallery #showarea {
	height: 540px;
	width: 680px;
	background-color: #000;
	float: left;
}

#gallery #slide {
	height: 540px;
	width: 240px;
	background-color: #333;
	float: right;
}

#gallery #tv {
	height: 540px;
	width: 680px;
	background-color: #000;
	display: none;
}

#gallery #tv iframe {
	margin-right: 20px;
	margin-left: 20px;	
}

#gallery .details {
	height: 40px;
	width: 600px;
	margin: 80px 0px 0px 40px;
	padding: 18px;
	border-top: thin solid #666;
	border-bottom: thin solid #666;
	border-left: thin solid #666;
	background: #C3952E;
	border-right: none;
}

#gallery h3.videotitle {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	cursor: pointer;
}

#gallery h3.videotitle:hover {
	color: #F2EAC4;
}

#gallery #maindetails {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 604px;
	height: 440px;
	background-color: #C3952E;
	display: none;
	padding: 18px;
}

#gallery .arrow {
	height: 30px;
	width: 240px;	
	background-color: #333;
}

#gallery #arrowup {
	background: #333 url(../images/arrowup-disabled.png) no-repeat center center;
}

#gallery #arrowdown {
	background: #333 url(../images/arrowdown-disabled.png) no-repeat center center;
}

#gallery .thumb {
	height: 160px;
	width: 240px;
	text-align: center;
	background: #333 no-repeat center center;
	position: relative;
	left: 0px;
	top: 0px;
}

#gallery .thumb .playbutton {
	background: url(../images/play.png) no-repeat;
	height: 30px;
	width: 55px;
	position: relative;
	left: 90px;
	top: 65px;
	cursor: pointer;
}

#gallery .thumb .playbutton:hover {
	background: url(../images/play-hover.png) no-repeat;
}

#gallery .thumb iframe {
	margin: 5px auto;
}
