.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	background-color: white;
    display: none;
    left: 30%;
    overflow: auto;
    padding: 8px;
    position: fixed;
    top: 10%;
    /*width: 800;*/
    z-index: 1002;
}
#closeImg {
	display:none;
	height: 30px; 
	padding-top:10px;
}
#imageCount{
	float: right; 
	padding-right: 5px; 
	padding-top: 3px; 
	font-family: Comic Sans MS;
}
.lightbox_iframe{
		background-color: white;
		border: 5px solid #fff;
		height: 500px;
		left: 20%;
		/*overflow: hidden;*/
		padding: 8px;
		position: fixed;
		top: 5%;
		width: 350px;
		z-index: 1002;
		-webkit-box-shadow:inset 0px 0px 10px 0px rgba(50, 50, 50, 0.42);
		-moz-box-shadow:inset 0px 0px 10px 0px rgba(50, 50, 50, 0.42);
		box-shadow:inset 0px 0px 10px 0px rgba(50, 50, 50, 0.42);
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		
	}
	#iframeLight{
		border:0;
	}
	
#closeIframe{
	 display: block;
    float: right;
    height:38px;
    position: absolute;
    right: -20px;
    top: -19px;
    width:40px;
	cursor:pointer;
		}	