/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #2D0000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/docs/_scripts/mediaboxAdv/images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(/docs/_scripts/mediaboxAdv/images/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
	padding-right: 0px;
}
/* IE Hack	*/
*+html #mbCenter, #mbBottomContainer { padding-right: 70px; }
*html  #mbCenter, #mbBottomContainer { padding-right: 70px; }

.mbLoading {
	background: #FFF url(/docs/_scripts/mediaboxAdv/images/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 35px solid #FFF;
	border-bottom: 15px solid #FFF;
	background-repeat: no-repeat;
/* Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	color: #fff;
	text-align: left; 
}


/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #000;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 14px;
	color: #999;
	text-align: left;
	border: 0px solid #000;
	border-top-style: none;
	padding-bottom: 13px;
}
/* IE Hack	*/
*+html #mbBottom { padding-bottom: 0px; }
*html  #mbBottom { padding-bottom: 0px; }

#mbTitle {
	display: inline;
	color: red;
	font-weight: bold;
	font-style:italic;
	line-height: 17px;
	font-size: 14px;
	padding-left: 35px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 17px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 17px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 65px;
	background: transparent url(/docs/_scripts/mediaboxAdv/images/RedClose.gif) no-repeat center;
	position:relative;
	right:-35px;
	top: -1px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 0px;
	background: none;
/*
	width: 69px;
	background: transparent url(/docs/_scripts/mediaboxAdv/images/BlackPrevious.gif) no-repeat center;
	position:relative;
	right:-35px;
	top: -1px;
*/
}

#mbNextLink {
	width: 0px;
	background: none;
/*
	width: 41px;
	background: transparent url(/docs/_scripts/mediaboxAdv/images/BlackNext.gif) no-repeat center;
	position:relative;
	right:-35px;
	top: -1px;
*/
}

#mbCloseLink {
	width: 65px;
	background: transparent url(/docs/_scripts/mediaboxAdv/images/RedClose.gif) no-repeat center;
	position:relative;
	right:-35px;
	top: -1px;
	*margin-bottom: 10px;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
