/* mediaboxAdvanced - white theme */

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

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-transition: -webkit-box-shadow 500ms linear;
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;

	border: 1px solid rgb(225,225,225);
}
#mbCenter.mbLoading {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff url(/_images/_mediabox/WhiteLoading.gif) no-repeat center;
}

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

/*	Begin styles for inline content, if no style is given	*/
/*	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;*/
/*	line-height: 20px;
	font-size: 12px;*/
	color: rgb(100,100,100);
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;

	font: 12px/20px Georgia, Times, "Times New Roman", serif;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: rgb(100,100,100);
}

#mbImage a:hover, #mbImage a:active {
	color: rgb(100,100,100);
}

/*	End inline content styles	*/

#mbBottom {
	color: rgb(100,100,100);
	font: 12px/20px Georgia, Times, "Times New Roman", serif;
	min-height: 20px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	text-align: center;
}
div#mbBottom.hidden {
/*	height: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;*/
}

#mbTitle {
	display: inline;
	color: rgb(100,100,100);
	font-size: 14px;
	font-weight: bold;
}

#mbNumber {
	display: inline;
	color: rgb(100,100,100);
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: rgb(100,100,100);
	line-height: 16px;
	font-size: 11px;
}

#mbPrevLink, #mbNextLink {
	color: rgb(108,163,178);
	display: inline-block;
	font: italic 11px Georgia, Times, "Times new Roman", serif;
	margin: 0 0 0 10px;
	padding: 5px 0;
	outline: none;
	text-decoration: none;
}
#mbPrevLink:hover, #mbNextLink:hover, #mbCloseLink:hover {
	color: rgb(40,4,40);
	text-decoration: underline;
}
#mbPrevLink {}

#mbNextLink {}

#mbCloseLink {
	background: transparent url(/_images/_mediabox/close.png) no-repeat center;
	display: block;
	height: 27px;
	position: absolute;
	outline: none;
	right: -13px;
	text-indent: -9999px;
	top: -13px;
	width: 27px;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: rgb(100,100,100);
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 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: rgb(100,100,100);
	font-weight: bold;
	text-decoration: underline;
}