/* mediaboxAdvanced - white theme */
#mbOverlay {
	position:fixed;
	z-index:9998;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#FFF;
	cursor:pointer;
}

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

#mbOverlay.mbOverlayIE {
	position:absolute;
}

#mbCenter {
	position:absolute;
	z-index:9999;
	left:50%;
	overflow:hidden;
	background-color:#FFF;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-box-shadow:0 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow:0 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background:#FFF url(../images/WhiteLoading.gif) no-repeat center;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

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

#mbImage a,#mbImage a:link,#mbImage a:visited {
	color:#ddd;
}

#mbImage a:hover,#mbImage a:active {
	color:#fff;
}

#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;
	color:#B1B2B4;
	font-weight:normal;
	line-height:20px;
	font-size:12px;
}

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

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

#mbPrevLink,#mbNextLink,#mbCloseLink {
	display:block;
	float:right;
	height:20px;
	margin:0;
	outline:none;
}

#mbPrevLink {
	width:20px;
	background:transparent url(../images/MinimalPrevious.png) no-repeat center;
	
	margin: 0 2px 0 2px;
}

#mbNextLink {
	width:20px;
	background:transparent url(../images/MinimalNext.png) no-repeat center;
	
	margin: 0 2px 0 2px;
}

#mbCloseLink {
	width:20px;
	background:transparent url(../images/MinimalClose.png) no-repeat center;
	
	margin: 0 5px 0 15px;
}

#mbError {
	position:relative;
	font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
	font-size:12px;
	color:#fff;
	text-align:center;
	border:10px solid #700;
	padding:10px;
	margin:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active {
	color:#d00;
	font-weight:bold;
	text-decoration:underline;
}