/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9997;
	left: 0;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
}

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

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	text-align: left;
}

#mbBottom {
	position: relative;
	display: block;
	width: 67px;
	text-align: right;
}

#mbCloseLink {
	display: block;
	margin: 10px 40px 5px auto;
	width: 70px;
	height: 20px;
	background: url(../images/btn_close.png) no-repeat top left;
}

#mbTitle {
	display: none;
}

#mbNumber {
	display: none;
}

#mbCaption {
	display: none;
}

#mbPrevLink {
	display: none;
}

#mbNextLink {
	display: none;
}

#mbError {
	display: none;
}
