.jqmWindow {
	display: none;
	position: fixed;
	top: 15px;
	left: 50%;
	width: 550px;
	min-height: 20px;	
	margin-left: -305px; /* (width + padding) / 2 */
	padding: 30px;
	border: 5px solid #CCC;
	background-color: #FFF;
}

#modal_news.jqmWindow {

	width: 262px;
	min-height: 100px;
	margin-top:170px;
	margin-left: -432px; /* (width + padding) / 2 */
	padding: 5px 5px 30px 30px;

}

#modal_news #content {
 width:87%;
margin-top:25px;
}

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

.jqmOverlay { 
	background-color: #000; 
}

.jqmClose { 
	cursor:pointer;
}

#modal #close{
	background-image:url("../picture/lightbox/close.gif");
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	float:right;
	cursor:hand;	
}

#modal_news #close{
	background-image:url("../picture/lightbox/close.gif");
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	float:right;
	cursor:hand;	
}

#modal #close_media{
	background-image:url("../picture/lightbox/close.gif");
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	display:block;
	cursor:hand;
	position:absolute;
	right:5px;
	top:-6px;
}




.jqmWindow #mContent {
	display: block;
	width: 500px;
	height: 400px;
}

.jqmWindow #player {
	display: block;
	width: 500px;
	height: 400px;
	margin:0 auto;
}

/* site specific */

