div.overlay {
	background:url('/graphics/overlay/videoBG.png') no-repeat;
	padding:40px;
	width: 600px;
	height: 600px;
	display:none;
	text-align: center;
	z-index: 10050;
}
div.overlay div.close {
	background:url('/graphics/overlay/videoClose.png') no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}
a.player {
	display:block;
	height:450px;
}
img.play {
	border: 0;
	position: absolute;
	width: 44px !important;
	height: 44px !important;
	top: 70px;
	left: 85px;
}


#overlaySmallbusinessschool {
	background-image: url('/graphics/overlay/clear.gif');
	width:600px;
	height:613px;
	padding: 20px;
}

#overlaySmallbusinessschool div.close {
	background:url('/graphics/overlay/videoClose.png') no-repeat;
	position:absolute;
	top:2px;
	right:10px;
	width:35px;
	height:35px;
	cursor:pointer;
	z-index: 1 !important;
}