
/* Background semitransparent overlay - extra style in IEstyles-css  :Shannon */
#mbOverlay {
  position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #C4C09E;
	cursor: pointer; }

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

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

/* Core box maybe - the color of the box as it opens and resizes  :Shannon */
#mbCenter, #mbBottomContainer {
  position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
	border:8px solid #FFF; }

.mbLoading {
  background: #FFF url(../images/BlackLoading.gif) no-repeat center; }

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
/* Sets border for whole box - Example used border like padding size,type,color  :Shannon */
	border: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: #666;
	text-align: left; }

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #666;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #666;
}

/* Bottom part border and more  :Shannon */
#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-right:0;
	border-bottom: 14px solid #FFF;
	border-left:0;
	border-top-style: none;
}

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

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

#mbCaption {
	display: block;
	color: #333;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 80px;
	background: transparent url(../images/WhiteClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 83px;
	background: transparent url(../images/WhitePrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 54px;
	background: transparent url(../images/WhiteNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 100px;
	background: transparent url(../images/WhiteClose.gif) no-repeat center;
}

#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:0;
	padding: 20px 10px 30px;
	margin: auto;
}