.total-transparente-abrevideo{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	opacity:0.6;
	left:0px;
	top:0px;
	background:#000;
}
.total-branco-abrevideo{
	background:#FFF;
	width:1200px;
	height:550px;
	max-height:550px;
	margin:0 auto;
	position:fixed;
	left:50%;
	overflow-x:hidden;
	overflow-y:auto;
	top:50%;
	margin-top:-275px;
	margin-left:-600px;
	z-index:99999999999;
	text-align:center;
}
.total-branco-abrevideo img{
	width:100%;
}
.fechar-lightbox{
	position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #AAAAAA;
    cursor: pointer;
}