/* mediaboxAdvanced - black theme */

object#MediaboxSWF:focus { outline: transparent none; }

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 1018px;
	height: 635px;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../img/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../img/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
    z-index: 9999;
    left: 509px;
    overflow: hidden;
	background-color: #fff;
}

.mbLoading {
	background: #000 url(../img/BlackLoading.gif) no-repeat center;
}

#mbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
    color: #000;
    text-align: left;
}

#mbBottom {
	color: #999;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	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: 46px;
	background: transparent url(../img/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(../img/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(../img/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url(../img/BlackClose.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
