@charset "UTF-8";

#videoOverlay {
	display: none;
	width: 980px;
	height: 719px;
	background: url(../images/videos/overlayBgThin.png);
	position: relative;
}

#videoOverlay #shareBtns {
	top: 28px;
	left: 210px;
}
#videoOverlay #closeBtn {
	top: 26px;
	right: 50px;
}

#videoShell {
	background: #000;
	width: 891px;
	height: 435px;
	display: block;
	top: 82px;
	left: 43px;
}

#videoMenu {
	width: 890px;
	height: 125px;
	top: 524px;
	left: 44px;
	overflow: hidden;
}

.videoBtn {
	display: inline-block;
	position: relative;
	width: 143px;
	height: 125px;
	margin: 0 6px;
	background: url(../images/videos/thumbBg.png) top left;
}

.no-mobile .videoBtn:hover {
	background-position: bottom left;
}
.videoBtn.selected {
	background-position: bottom left;
	cursor: default;
}

.videoBtn .thumb {
	top: 17px;
	left: 10px;
}

.videoBtn .label {
	top: 90px;
	width: 105px;
	left: 26px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;

}
