/* SLIMBOX + abgespeckte mediabox */

#lbOverlay, #mbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #121a29;
	cursor: pointer;
	background: #121a29 url(../img/slimbox/ol.png) right bottom no-repeat;}
	
}

#mbOverlay {position: absolute;}
#mbOverlay.mbOverlayFF {background: transparent url(../img/mediabox/80.png) repeat;}
#mbOverlay.mbOverlayIE {background: transparent url(../img/mediabox/50.gif) repeat;}

#lbCenter, #lbBottomContainer, #mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
#mbCenter, #mbBottomContainer {left: 50%;}

.lbLoading, .mbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage, #mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 12px solid #fff;
	border-bottom-width:4px;
	
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom, #mbBottom, #mbTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21314d;
	line-height: 1.4em;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top:4px;
}
#mbTitle {border: 0;}

#lbCloseLink, #mbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
	margin: 2px 0;
	outline: none;
}

#lbCaption, #lbNumber, #mbNumber, #mbCaption {
	margin-right: 71px;
}
#lbNumber {color:#966d5b;}
#lbCaption, #mbCaption, #mbTitle {
	font-weight: normal; 
}
/* videobox special */
#mbPrevLink, #mbNextLink {}
#mbImage {

/*	Sets the style for inline content, if no style is given	*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #444;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {color: #caa511;}
/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {color: #666;}
#mbError {
	position: relative;
	top: 30%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	color: #444;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
/* sz add help hint */
#help {
position:absolute;
background-image:url(../img/slimbox/slimbox_help.gif);
width:230px;
height:35px;
top:0px;
right:40px;
}