div#frm_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
}
div#framerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000;
}
div#framer {
	position: absolute;
	display: none;
	z-index: 9000;
	background-color: #fff;

/*	
	only CSS Animation
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;*/
}
div#framer.show {
/*	only CSS Animation*/
	opacity: 1;
}

div#framer img {
	display: block;
}

div#framer div.close_btn {
	position: absolute;
	width: 38px;
	height: 38px;
	overflow: hidden;
	background: url(../images/framer/close.png) no-repeat;
	text-indent: -9999px;
	right: -19px;
	top: -19px;
	display: none;
	cursor: pointer;
	z-index: 8000;
}

div#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5100;
	top: 0;
	left: 0;
}

div#frmTitle {
	position: absolute;
	top: 0;
	left: 0;
}
div#frm_description {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

iframe {
	margin: 0;
	padding: 0;
	border-style: none;
	display: block;
	border-width: 0;
}

div#framer_inner {
	width: 100%;
	height: 30px;
	background-color: #000;
}

video {
	display: block;
}