/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/shared/images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(/shared/images/mediabox/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}	#mbBottomContainer {overflow: visible;}

.mbLoading {
	background: #fff url(/shared/images/mediabox/WhiteLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #000;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #666;
}

#mbBottom {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	padding: 5px 0;
}

#mbTitle {
	display: inline;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 11px;
}

#mbCaption {
	display: block;
	color: #666;
	line-height: 14px;
	font-size: 11px;
	padding: 0 0 0 5px;
}

#mbPrevLink, #mbNextLink {
	display: block;
	outline: none;
	background-repeat: no-repeat;
	background-image: none;
}	#mbPrevLink {background-position: top left;}
	#mbPrevLink:hover {background-image: url(/shared/images/mediabox/WhitePreviousFr.gif);}
	#mbNextLink {background-position: top right;}
	#mbNextLink:hover {background-image: url(/shared/images/mediabox/WhiteNextFr.gif);}

#mbCloseLink {
	float: right;
	display: block;
	width: 82px;
	height: 23px;
	background: url(/shared/images/mediabox/WhiteCloseFr.gif) no-repeat center;
	outline: none;
}

#mbError {
	position: relative;
	top: 30%;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
