/* mediaboxAdvanced */

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

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

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

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

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

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font:11px/19px Arial,Helvetica,sans-serif;
	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;
}

div#mbBottom { color:#7a7a7a; font:11px/19px Arial,Helvetica,sans-serif; text-align:left; border-width:0 10px 10px; border-style:solid; border-color:#fff; }
  a#mbPrevLink, a#mbNextLink, div#mbTitle, div#mbNumber { margin-bottom:3px; }
  a#mbCloseLink, a#mbPrevLink, a#mbNextLink { outline:none; }
  a#mbPrevLink, a#mbNextLink { display:block; float:left; width:14px; height:14px; }
  a#mbCloseLink { float:right; width:77px; height:22px; background: transparent url(img/close.png) no-repeat center; }
  div#mbTitle { font-weight:bold; font-size:12px; line-height:1.2em; }
  div#mbCaption {}
  div#mbNavinfo {}
  div#mbNumber { float:left; background:url("img/pipe.png") 100% 0 no-repeat; font:10px/14px Arial,Helvetica,sans-serif; padding-right:10px; margin-right:8px; }
  a#mbPrevLink { background:transparent url(img/prev.png) no-repeat center; margin-right:3px; }
  a#mbNextLink { background: transparent url(img/next.png) no-repeat center; }

#mbError {
	position: relative;
	top: 30%;
	font:11px/19px Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}

