#modal_shadow{
	position:absolute; /* Always needed	*/
	filter:alpha(opacity=40);	/* Transparency */
   opacity:0.4;
	z-index:999;
	top:0px;
	left:0px;
	width:100%;
	padding:0;
	margin:0;

	/*	background-image:url(../../img/maskBG.png);*/
	background-color:black;
}


#modal_window{
	position:absolute;	/* Always needed	*/
	z-index:10002;/* Always needed	*/
	filter:none!important;
	opacity:1;
	left: 0px;
	padding:5px;
/*	width:250px;*/
}

.video_window {
  background: #56a6ec url(../../img/popup_bg.jpg) no-repeat bottom left; padding: 20px 0px 30px 0px; margin-top: 20%
}

.photo_window {
  background: #56a6ec url(../../img/popup_bg.jpg) no-repeat bottom left; padding: 20px 20px 80px 20px;
}

.imgNavButton{
	border:0;
	width:42px;
	height:42px;
	cursor:pointer;
}

.imgNavButtonDisabled{
	border:0;
	width:42px;
	height:42px;
}
