/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #141414;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background-color: transparent;
	background-image: url(../img/mediaBoxImages/80.png);
	background-repeat: repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	/* -moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	background-image: url(../images/mediaBoxImages/60.png);
	_background-color: #000;
	_background-image:none;
}

#mbCenter.mbLoading {
	background: #000 url(../images/mediaBoxImages/BlackLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
}

#mbCenter a, #mbCenter a:link, #mbCenter a:visited {
	color: #ddd;
}

#mbCenter a:hover, #mbCenter a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	text-align: center;
}

#mbTitle { display: inline; 
}

#mbNumber {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	height: 20px;
	width: 60px;
	margin: 0;
	outline: none;
	background-color: transparent;
	background-image: url(../images/mediaBoxImages/BlackClose.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#mbPrevLink {
	width: 58px;
	background-color: transparent;
	background-image: url(../images/mediaBoxImages/BlackPrevious.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	margin-right: 19px;
	_margin-right: 10px;
	float: left;
	position: absolute;
	margin-left: 285px;
	_margin-left: 70px;
}

*:first-child+html #mbPrevLink {
	margin-left: 80px;
}

#mbNextLink {
	width: 56px;
	background-color: transparent;
	background-image: url(../images/mediaBoxImages/BlackNext.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	margin-right: 225px;
	_margin-right: 140px;
	float: right;
}

#mbCloseLink {
	width: 64px;
	background-color: transparent;
	background-image: url(../images/mediaBoxImages/BlackClose.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
