#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;*/
}

.photo_header {
	background: url(../../img/photo_win_center.jpg) repeat-x bottom left;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.photo_title {
	background: url(../../img/photo_frame_bg_b.jpg) repeat-x top left; 
	width: auto;
	font-size: 11px;
	text-align: left;
}

.imgNavButton{
	border:0;
	width:36px;
	height:36px;
	cursor:pointer;
}

.imgNavButtonDisabled{
	border:0;
	width:36px;
	height:36px;
}