div#mmlist {
	font-family: Arial, Helvetica, sans-serif;
}
.mmname{	
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	vertical-align: top;
	height: 20px;
}
.mmblock {
	padding: 0px;
	margin: 0px;
}
.mmblock .thumbblock {
	display: block;
	float: left;
	clear: none;
	width: 200px;
	height: 120px;

}
.mmblock .infos {
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.mmblock .thumb {
	height: 120px;
	margin: 0px;
	padding: 0px;
}
.mmblock .mmdescription {
	color: #333333;
	vertical-align: top;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
}
div#mmviewer_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#mmviewer_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#mmviewer_wrap {
	text-align: left;
}

div#mmviewer_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#mmviewer_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/global/plugins/mediaviewer/default/progress.png') no-repeat;
}

div#mmviewer_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#mmviewer_loading_icon {
	position: absolute;
	background: url('/images/global/plugins/mediaviewer/default/loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#mmviewer_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
	display: block;
}

div#mmviewer_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#mmviewer_content {
	margin: 0;
	z-index: 100;
	position: absolute;
	top: 10px; 
	right: 10px; 
	bottom: 10px; 
	left: 10px; 
	width: auto; 
	height: auto; 
	display: block;
}

div#mmviewer_div {
	color: #FFF;
	height: 85%;
	width: 100%;
	z-index: 100;
}
div#mmviewer_div_infos_name{
	height: 5%;
	width: 100%;
	z-index: 100;
}
div#mmviewer_div_infos_description{
	height: 10%;
	width: 100%;
	z-index: 100;
	overflow:auto;
}
div#mmviewer_description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 90%;
	margin: auto;
}
div#mmviewer_name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	color: white;
	padding: 10px;
	width: 90%;
	margin: auto;
	color: white;
}
img#mmviewer_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#mmviewer_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/global/plugins/mediaviewer/default/closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#mmviewer_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#mmviewer_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.mmviewer_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#mmviewer_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.mmviewer_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.mmviewer_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_n.png') repeat-x;
}

div.mmviewer_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_ne.png') no-repeat;
}

div.mmviewer_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_e.png') repeat-y;
}

div.mmviewer_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_se.png') no-repeat;
}

div.mmviewer_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_s.png') repeat-x;
}

div.mmviewer_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_sw.png') no-repeat;
}

div.mmviewer_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_w.png') repeat-y;
}

div.mmviewer_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/global/plugins/mediaviewer/default/shadow_nw.png') no-repeat;
}

div#mmviewer_title {
	position: relative;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#mmviewer_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#mmviewer_title table {
	margin: 0 auto;
}

div#mmviewer_title table td {
	padding: 0;
	vertical-align: middle;
}

td#mmviewer_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(title_left.png) repeat-x;
}

td#mmviewer_title_main {
	height: 32px;
	background: transparent url(title_main.png) repeat-x;
}

td#mmviewer_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(title_right.png) repeat-x;
}