/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color:#000000;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../images/50.gif) repeat;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	
	left: 50%;
	/*background:#9b8e80 url('../images/mediabackground.png') repeat;*/
	background-color:white;
}

#mbBottomContainer {
	position: absolute;
	left: 50%;	
	z-index: 9999;
	overflow: hidden;
	background-color: #ffffff;
}

#mbCenter a, #mbBottomContainer a  {
	border: none;
}

.mbLoading {
	background: #000 url(../images/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	padding:37px 10px 0 10px;
	left:0px;
	border:0px;
	border-bottom:10px solid #ffffff;
	background: no-repeat bottom;
	/*Sets the style for inline content, if no style is given*/
	text-align: left;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	text-align: left;
	background:#77c78e;
}

#mbTitle {
	display: block;
	padding:3px 0 0 10px;
	color: #ffffff;
	float:left;
	font-weight: bold;
	line-height: 20px;
	font-size: 10px;
}

#mbNumber {
	display: inline;display: none;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 27px;
	width: 27px;
	background: transparent url(../images/close.png) no-repeat center;
	margin: 0;
	margin-left:1px;
	outline: none;
}

#mbPrevLink {
	width: 27px;
	background: transparent url(../images/prev.png) no-repeat center;
}

#mbNextLink {
	width: 27px;
	background: transparent url(../images/next.png) no-repeat center;
	margin-left:1px;
}

#mbCloseLink {
	width: 27px;
	background: transparent url(../images/close.png) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}


/* ### SHADOW ### */


.overlay_shadow_normal_lo {
	position:absolute;
	width:9px;
	height:9px;
	top:-9px;
	left:-9px;
	background:url(../images/schatten/overlay_shadow_normal_lo.png) no-repeat left top;
	z-index:-1;
}

.overlay_shadow_normal_o {
	position:absolute;
	width:auto;
	height:9px;
	top:-9px;
	left:0px;
	right:0px;
	background:url(../images/schatten/overlay_shadow_normal_o.png) repeat-x top;
	z-index:-1;
}

.overlay_shadow_normal_ro {
	position:absolute;
	width:9px;
	height:9px;
	top:-9px;
	right:-9px;
	background:url(../images/schatten/overlay_shadow_normal_ro.png) no-repeat right top;
	z-index:-1;
}

.overlay_shadow_normal_r {
	position:absolute;
	width:9px;
	height:auto;
	top:0px;
	right:-9px;
	bottom:0px;
	background:url(../images/schatten/overlay_shadow_normal_r.png) repeat-y right;
	z-index:-1;
}

.overlay_shadow_normal_ru {
	position:absolute;
	width:9px;
	height:9px;
	bottom:-9px;
	right:-9px;
	background:url(../images/schatten/overlay_shadow_normal_ru.png) no-repeat right bottom;
	z-index:-1;
}

.overlay_shadow_normal_u {
	position:absolute;
	width:auto;
	height:9px;
	bottom:-9px;
	right:0px;
	left:0px;
	background:url(../images/schatten/overlay_shadow_normal_u.png) repeat-x bottom;
	z-index:-1;
}

.overlay_shadow_normal_lu {
	position:absolute;
	width:9px;
	height:9px;
	bottom:-9px;
	left:-9px;
	background:url(../images/schatten/overlay_shadow_normal_lu.png) no-repeat bottom left;
	z-index:-1;
}

.overlay_shadow_normal_l {
	position:absolute;
	width:9px;
	height:auto;
	top:0px;
	left:-9px;
	bottom:0px;
	background:url(../images/schatten/overlay_shadow_normal_l.png) repeat-y left;
	z-index:-1;
}
