/* mediaboxAdvanced - black theme */
object#MediaboxSWF:focus { outline: transparent none; }

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #fff;
	background-image: url(../img/mediabox/overlay.png);
	cursor: pointer;
}

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

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

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

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

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #fff;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Sans Serif;
	font-size : 1em;
	line-height : 1.5em;
	color: #000;
	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: #000;
}

#mbBottom {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Sans Serif;
	font-size : 1em;
	line-height : 1.5em;
	color: #eeb7b0;
	text-align: left;
	border: 8px solid #fff;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size : 1.2em;
	}

#mbNumber {
	display: inline;
	color: #eeb7b0;
	line-height: 14px;
	font-size: 1em;
}

#mbCaption {
	display: block;
	color: #eeb7b0;
	line-height: 14px;
	font-size: 1em;
}

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

#mbPrevLink {
	width: 10px;
	margin-right: 20px;
	background: transparent url(../img/mediabox/previous.gif) no-repeat center;
}

#mbNextLink {
	width: 10px;
	margin-right: 20px;
	background: transparent url(../img/mediabox/next.gif) no-repeat center;
}

#mbCloseLink {
	width: 11px;
	background: transparent url(../img/mediabox/close.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Sans Serif;
	font-size : 1em;
	 line-height : 1.5em;
	color: #fff;
	text-align: center;
	border: 9px solid #700;
	padding: 20px 8px 30px;
	margin: auto;
}
