@CHARSET "UTF-8";
.ml_media_viewer_background{
	width:100%;
	background:black;
	opacity: 0.85;
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
	display:none;
}

.ml_media_viewer_container{
	width:100%;
	opacity:1;
	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	display:none;
	font-family: Arial, Helvetica, sans-serif;
}
div.ml_media_viewer_window{
	background:#666666;
	float:left;
	margin:100px auto;
}

.ml_media_viewer_window div.media_item{
	float:left;
	line-height:1px;
	margin:10px;
	background: silver;
	clear:both;
}
div.ml_media_viewer_window_wrapper{
	margin:0 auto;
}
.ml_media_viewer_window div.media_items_navigation{
	margin:10px auto;
	clear:both;
}

.ml_media_viewer_close{
	width:100%;
	height:17px;
	text-align:right;
}
span.ml_media_viewer_close_button{
	display:block;
	float:right;
	width:17px;
	height:17px;
	margin-right:10px;
	cursor:pointer;
}
div.nav_element.picture{
	float:left;
	width:17px;
	height:17px;
	background:#6f6f6f;
	margin:5px 5px 15px 5px;
}
div.nav_element.picture.active{
	background:#939393;
}
div.media_title{
	width:90%;
	font-size:13px;
	float:left;
	clear:both;
	margin:2px 20px;
	text-align:center;
	
}
