.videobox { width:194px; height:144px; padding: 2px; border: 1px solid #cccccc; display:inline-block;}

.videopreview, .videopreview img { width:194px; height:144px; border:none;}
	
.playbtn { width:90px; height:50px; background: transparent url('/global/img/videocontrols/play_overlay-60.png') no-repeat scroll 0 0; position:relative; top: -100px; left: 54px; *left: 0px; margin-bottom:-50px;}

div.playbtn:hover { background: transparent url('/global/img/videocontrols/play_overlay-90.png') no-repeat scroll 0 0; }

div.overlay {
	padding:20px;	
	width:680px; 
	display:none;
	background-image:url('/global/img/overlay/white.png');
	behavior: url("/global/iepngfix.htc");
	_background-image:url('/global/img/overlay/white.gif');
	}
		
div.overlay div.close {
	background: transparent url('/global/img/overlay/close.png') no-repeat;
	behavior: url("/global/iepngfix.htc"); 
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
	}

#player2 {
	width:640px;
	height:360px;
	/*margin-top:20px;*/
	padding-top:20px;
	padding-right: 20px;
	padding-bottom:0;
	padding-left:20px;
	display:block;
	}
#htmlControls2 {
	margin-left: 15px;
}
