/* mediaboxAdvanced - black theme */

#mbOverlay {
	position:absolute;
	z-index:9998;
	left:0;
	width:100%;
	background-color:#FFFFFF;
	cursor:pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/lib/img/mediabox-80.png) repeat;
}

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

#mbCenter, #mbBottomContainer {
	position:absolute;
	z-index:9999;
	left:50%;
	margin-top:50px;
	overflow:hidden;
	background-color:transparent;
}
#mbBottomContainer{overflow: visible;}

.mbLoading {
	background: #fff url(/lib/img/mediabox-BlackLoading.gif) no-repeat center;
}
#mbImage {
	position:absolute;
	left:0;
	top:0;
	border: 6px solid #b5cadc;
	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:#666666;
	text-align:left;
	z-index:1;
}

/*	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:#000000;
}

#mbBottom {
	line-height:19px;
	font-size:12px;
	color:#999;
	text-align:left;
}

#mbTitle {
	display:inline;
	color:#666666;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}

#mbNumber {
	display:inline;
	color:#999;
	line-height:14px;
	font-size:10px;
}

#mbCaption {
	display:block;
	color:#999;
	line-height:14px;
	font-size:10px;
}
#mbPrevLink {
	display:block;
	height:100%;
	width:40%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background:transparent url(/lib/img/mediabox-BlackPrevious.gif) no-repeat left 45%;
}
#mbNextLink {
	display:block;
	height:100%;
	width:40%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	background:transparent url(/lib/img/mediabox-BlackNext.gif) no-repeat right 45%;
}
#mbCloseLink {
	display:block;
	float:right;
	height:15px;
	width:36px;
	margin:6px 0px 0px;
	position: relative;
	left: 12px;
}

a#mbCloseLink:link, a#mbCloseLink:visited { background: transparent url(/lib/img/mediabox-BlackClose.gif) no-repeat center;}



#mbError {
	position:relative;
	top:30%;
	font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:12px;
	color:#666666;
	text-align:center;
	padding:20px 10px 30px;
	margin:auto;
}