#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

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

#mbOverlay.mbOverlayIE {	position: absolute;}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#mbCenter.mbLoading {	background: #fff url(/resources/img/mediabox/loading.gif) no-repeat center;}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {	color: #333;}
#mbImage a:hover, #mbImage a:active {	color: #000;}
#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	float: left;
	color: #666;
	line-height: 14px;
	font-size: 9pt;
	font-family: Arial;
	margin-left: 10px;
}

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

#mbCaption {
	display: block;
	color: #666;
	float: left;
	width: auto;
	line-height: 10px;
	font-size: 9pt;
	font-family: Arial;
	margin-left: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	margin: 0;
	width: 15px;
	height: 20px;
	overflow: hidden;
	outline: none;
	margin-top: 3px;
}

#mbPrevLink 		{ background: url(/resources/img/mediabox/prev.gif) 0px 0px no-repeat; float: left;}
#mbPrevLink:hover 	{ background: url(/resources/img/mediabox/prev.gif) bottom left no-repeat !important; background: url(/resources/img/mediabox/prev.gif) -20px left no-repeat; }
#mbNextLink 		{ background: url(/resources/img/mediabox/next.gif) 0px 0px no-repeat; }
#mbNextLink:hover 	{ background: url(/resources/img/mediabox/next.gif) bottom left no-repeat !important; background: url(/resources/img/mediabox/next.gif) -20px left no-repeat; }

#mbCloseLink {
	width: 50px;
	background: transparent url(/resources/img/mediabox/close.gif) no-repeat center;
	margin-right: 10px;
	margin-top: 5px;
}