div#imagescreen {
 height: 100%;
 left: 0;
 min-height: 100%;
 height: auto !important;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1000 !important;
}

div.imagebackground {
 background-color: black;
 filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
 min-height: 100%;
 height: auto;
 left: 0;
 position: absolute;  /* relative to #imagescreen */
 top: 0;
 width: 100%;
 z-index: 2000 !important;
}

div.imagefull {
 background: no-repeat url(../img/loading.gif) top left;
 height: 100%;
 left: 0;
 padding: 50px 0 0 0;
 position: absolute;  /* relative to #imagescreen */
 text-align: center;
 top: 0;
 width: 100%;
 z-index: 3000 !important;
}

div.imagefull img {
 border: solid 10px #fff;
 display: none;
 margin: auto auto;
 z-index: 4000 !important;
}

div.imagecomment {
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 left: 0;
 margin: 0 auto;
 padding-top: 30px;
 position: absolute;
 text-align: center;
 top: 0;
 width: 100%;
 z-index: 4000 !important;
}

div.msg-pict {
 position: relative !important;
}

div.msg-pict img {
 border: none !important;
}

div.msg-pict a {
 text-decoration: none !important;
}

div.msg-pict a:hover {
 text-decoration: none !important;
}

div.msg-pict-overlay {
 background: no-repeat url(../img/loupe.gif) top left;
 filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;
 height: 15px;
 position: absolute;
 width: 48px;
}


.msg-pict-2 a {
	background-color: transparent !important;
	border: none !important;
	text-decoration: none !important:
}

