/* mediaboxAdvanced - black theme */

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

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

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

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

.mbLoading {
	background: #E3E9FC; /* url(/files/images/BlackLoading.gif) no-repeat center;*/
}

iframe
{
	border: solid 0px #fff; 
	border-top: 0;
background-color: transparent !important;
	
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	text-align: left;
}

#mbImage div.dialog
{
	padding: 10px 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: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 3px solid #000;
	border-top-style: none;	
}
*/

#mbBottom {
height: 28px;
width: 640px;
background: url(/files/images/titlebar-orange.png) no-repeat;
}



#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	font-size: 12px;
padding-left: 21px;
}

#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(/files/images/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbCloseLink
{
}

#mbPrevLink {
	width: 69px;
	background: transparent url(/files/images/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(/files/images/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 26px;
	height: 28px;
	background: transparent url(/files/images/popup-close.png) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, 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;
}

