.videoContainer {
	width: 653px;
	height: 196px;
	background-image: url("../img/videos.png");
	background-repeat: no-repeat;
	margin: auto;

}

.videoTitle {
	position: relative;
	top: 40px;
	left: 30px;
	width: 320px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}

.videoDesc {
	position: relative;
	top: 50px;
	left: 30px;
	width: 320px;
	height: 70px;
	
}

.videoThumb {
	position: relative;
	top: -89px;
	left: 367px;
	width: 245px;
	height: 179px;
	
	cursor: pointer;
}

#videoBox {
	position: absolute;
	background-color: #000;
	z-index: 100;
	background-image: url("../../img/loadingBlack.gif");
	background-repeat: no-repeat;
	background-position :center;
	border: 1px solid #000;
}

#videoBox img {
	cursor: pointer;
}

.videoiframe {
	width: 800px;
	height: 640px;
	overflow :hidden;
	border: 0px;
}

#closeVideoBox {
	color: #ffffff;
	background-image: url("../../img/popupTopBg.png");
	/*background-repeat: no-repeat;
	background-position :right;
	background-color: #a5a5a5;*/
	height: 20px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	cursor : pointer;
}
.closeVideoBox2 {
	background-image: url("../../img/popupTopExit.png");
	width: 100px;
	height: 20px;
	float: right;	
}
.popupImage {
	width: 200px;
	cursor: pointer;
}

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }