/* 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, #mbBottomContainer {
	position: absolute;
	top:0px;
	z-index: 9999;
	left: 50%;
	overflow: hidden;

}

#mbCenter {
	background-color: #FFFFFF;
}
#mbBottomContainer {
	margin-right: 2px;
	margin-left: 2px;
}

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

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	/*	Sets the style for inline content, if no style is given	*/
	line-height: 19px;
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	border: 8px solid #FFFFFF;
	padding-bottom: 25px;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #000000;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	line-height: 1.2em;
	font-size: 10px;
	color: #333333;
	text-align: left;
	border-top-style: none;
	padding-top: 12px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

#mbTitle {
	display: inline;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 10px;
}

#mbNumber {
	display: inline;
	color: #666;
	line-height: 1.2em;
	font-size: 10px;
}

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

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 15px;
	width: 46px;
	background: transparent url(../images/BlackClose.gif) no-repeat center;
	outline: none;

	margin-left: 8px;
}

#mbPrevLink {
	width: 10px;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

#mbNextLink {
	width: 10px;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -10px;
}

#mbCloseLink {
	width: 12px;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -22px;
}

#mbError {
	position: relative;
	top: 0px;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

