#mb_inline {
	display: none;
}
#mb_inline_add, #mb_inline_search, #mb_inline_channels {
	display: none;
}
#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(../img/design/80.png) repeat;
}
#mbOverlay.mbOverlayIE {
	background: transparent url(../img/design/50.gif) repeat;
}
#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FAFAFA;
}
.mbLoading {
	background: #FFF url(../img/design/WhiteLoading.gif) no-repeat center;
}
#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	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;
	padding: 0px;
	color: #000;
	text-align: left;
	border: 10px solid #F9F4F4;
}
#mbImage h2 {
	margin: 15px 10px 20px 10px !important;
}
#mbImage p {
	margin-left: 15px;
	margin-right: 15px;
}
#mbImage ul {
	margin-left: 25px;
	margin-right: 15px;
}
/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #FF9900;
	text-decoration: none;
}
/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #FF9900;
	text-decoration: underline;
}
#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #F9F4F4;
	padding: 2px 0px 2px 0px;
	border-top-style: none;
}
#mbTitle {
	display: inline;
	color: #000;
	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, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	background: transparent url(../img/design/close.png) no-repeat center;
	margin: 0px 0px 0px 5px;
	outline: none;
}
#mbPrevLink {
	width: 14px;
	background: transparent url(../img/design/previous.png) no-repeat center;
}
#mbNextLink {
	width: 14px;
	background: transparent url(../img/design/next.png) no-repeat center;
}
#mbCloseLink {
	width: 20px;
	background: transparent url(../img/design/close.png) 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: none;
	padding: 20px 10px 30px;
	margin: auto;
}
