/* mediaboxAdvanced - black theme */

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

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

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

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
}
#mbBottomContainer {
	position: absolute;
	top:0px;
	right:0px;
	height:20px;
	left:50%;
	/*
	margin-top:-425px;
	width:435px;
	height:20px;*/
}
#mbCenter {
	/*height:451px;
	width:424px;
	background:transparent url(/library/images/mediabox-background.gif) top left no-repeat;*/
	background:#111111 none;
	padding:10px;
}

.mbLoading {
	background: #000 url(/library/images/mediabox-BlackLoading.gif) no-repeat center;
}

#mbImage {
	/*
	width:425px;
	height:355px;
	padding:40px 0px 20px 0px;
	/*
/*	Sets the style for inline content, if no style is given	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding-top:20px;
}

/*	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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top-style: none;
	/*position:absolute;
	top:0px;
	right:0px;*/
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display:none;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 29px;
	margin: 0;
	outline: none;
}
#mbPrevLink, #mbNextLink {
	display: block;
	float: right;
	height: 20px;
	width: 53px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	display:none;
}

#mbNextLink {
	display:none;
}

a#mbCloseLink:link, a#mbCloseLink:visited {
	width:29px;
	margin-top:5px;
	margin-right:0px;
	background:transparent url(/library/images/button-closelabel-up.gif) no-repeat center;
}
a#mbCloseLink:hover {
	width:29px;
	background:transparent url(/library/images/button-closelabel.gif) no-repeat center;
}


#mbError {
	position: relative;
	top: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
