/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	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;
	left: 50%;
}
#mbCenter{
    overflow: hidden;
    z-index: 9998;
    margin-top: 50px;
    padding: 20px;
}
#mbBottomContainer {
    height: 50px;
    z-index: 9999;
    padding: 0 10px;
}

.mbLoading {
	background: #47332c url(.../img/mediabox/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
    z-index: 10000;
    border: 10px solid #493830;
}

/*	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: #fff;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	border-top-style: none;
    border-bottom-style: none;
    position: relative;
    text-align: right;
    margin-top: 40px;
}

#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;
	background: transparent url(../img/mediabox/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}


#mbPrevLink, #mbNextLink{
    height: 320px;
    position: relative;
    z-index: 10010;
    margin-top: 0;
}

#mbPrevLink:hover{
	background: transparent url(../img/mediabox/BlackPreviousHover.gif) no-repeat left center;
}

#mbNextLink:hover{
	background: transparent url(../img/mediabox/BlackNextHover.gif) no-repeat right center;
}

#mbPrevLink {
	float: left;
	width: 100px;
	background: transparent url(../img/mediabox/BlackPrevious.gif) no-repeat left center;
}

#mbNextLink {
	float: right;
	width: 100px;
	background: transparent url(../img/mediabox/BlackNext.gif) no-repeat right center;
}

#mbCloseLink {
    display: block;
    height: 60px;
    background-color: #47332c;
	background: url(../img/mediabox/BlackClosePopup.gif) no-repeat right 20px;
}

#mbError {
	position: relative;
	top: 30%;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}