/* `Modal
----------------------------------------------------------------------------------------------------*/

#modal_wrapper {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
}

/* For IE6. */
* html #modal_wrapper {
	position: absolute;
}

#modal_overlay,
#modal_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

* html #modal_iframe {
	filter: alpha(opacity = 0.1);
	
}

#modal_overlay {
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 45);
	cursor: pointer;
	
}

#modal_window {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	
	
}

#modal_window {
	
	/*background: #000;*/
	
}

#modal_bar {
	/*
	background: #000;
	border: 0px;
	margin: 0px 0px 0px 0px;
	
	font-size:12px;
	color:#ccc;
	padding-right: 3px;
	padding-top:10px;
	height:0px;
	position: relative;
	*/
}

#modal_content {
	overflow: hidden;
	border:15px solid #000;
	}

#modal_content object,
#modal_content embed {
	display: block;
	margin: 0 auto;
	
}

#modal_content img {
	display: none;
}

#modal_content img.modal_placeholder {
	visibility: hidden;
	width: 100%;
	height: 100px;
	
}

#modal_box {
	background-color:#000;
	width:800px;
	max-height:530px;
	height:530px;
	box-shadow:#444444 3px 3px 3px;
	-moz-box-shadow    : 3px 3px 10px #444444; /* Mozilla */
    -webkit-box-shadow : 3px 3px 10px #444444; /* Webkit  */
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#444444", Direction=150, Strength=5);
}

#modal_close {
	background: url(/movie/images/common/btn_close.png) no-repeat;
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 487px;
	left: 380px;
	text-decoration: none;
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	
}
#modal_image_wrapper img {
	display: block;
	margin: 0 auto;
	
}

.drsMoveHandle 
{
  cursor: move;
}