
.jqmWindow {
	display: none;
	position: absolute;
	top: 204px;
	left: 50%;
	margin-left:-408px;
	width: 814px;
	height: 351px;	
	border: 1px solid #fff;
	background-color: #FFF;
}

.jqmWindow #loading {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../picture/interface/mif/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
}

.jqmWindow #close {
	background: url(../picture/interface/lightbox/close.gif) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	float: right;
	cursor: pointer;
}

.jqmWindow #player {
	display: block;
	width: 95%;
	height: 450px;
}

.jqmOverlay { 
	background-color: #000;
	z-index:100!important;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for ie6 */
* html .jqmWindow {
	position: absolute;
 	top: expression(parseInt(document.documentElement.scrollTop || document.body.scrollTop) + 15 + 'px');
}


/* site specific */
