body {
	height:100%;
	width:100%;	
}

.VideoGalleryOverlay {
	z-index:6000;
	width: 745px;
	min-height:480px;
	_height:480px;
	margin:-235px auto 0px -375px;
	top:50%;
	left:50%;
	position:absolute;
	background:url(../../imagens/overlay.png);
	/*_background:;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/overlay.png', sizingMethod='scale');*/
	border:1px solid #999;
	overflow:hidden;
}

.VideoGalleryOverlay .ContentBox .ActionButtonClose {
	width:74px;
	height:23px;
	position:absolute;
	background-image:url(../../imagens/btn_fechar.png);
	_background:;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/btn_fechar.png', sizingMethod='crop');
	margin:3px 0px 0px 3px;
	cursor:pointer;
}

.VideoGalleryOverlay .ContentBox {

}


.VideoGalleryOverlay .ContentBox .ContentDisplay {
	margin-left:5px;
}
