/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background:#EBE9E5 url(/library/images/background-mediabox.png) repeat-x;
	background-attachment:fixed;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/library/images/background-mediabox.png) repeat-x;
}

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

#mbCenter, #mbBottomContainer {
	position: fixed;
	_position:absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
}
#mbCenter {
	background:transparent url(/library/images/logo-mccarthy.png) no-repeat;
	background-position:12px 1px;
}
#mbBottomContainer {
	top:0px;
	height:100px;
}
.mbLoading {
	background: #000 url(/library/images/mediabox-BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	padding-top:100px;
	left: 0;
	top: 0;
	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: 19px;
	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: #fff;
}
#mbTitle {
	width:100px;
	height:10px;
	margin:87px 0px 0px 19px;
	float:left;
}
#mbTitle img { display:block; position:absolute; left:230px; }

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top-style: none;
}

#mbNumber { display:none; }

a#mbCloseLink:link, a#mbCloseLink:visited {
	position:relative;
	z-index:2;
	float:left;
	margin:62px 0px 0px 13px;
	_margin-left:7px;
	height:11px;
	width:125px;
	overflow:hidden;
	display:block;
	background: transparent url(/library/images/button-returntoprevious.gif) no-repeat;
	background-position:0px 0px;
}
a#mbCloseLink:hover { background-position:0px -11px; }

#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;
}

