/* mediaboxAdvanced - White theme */

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

#mbOverlay.mbOverlayFF {
	background: d0d0d0 url(http://iaian7.com/images/mediabox/80.png) repeat;
text-shadow: 0px 0px 0px #d0d0d0;
}

#mbOverlay.mbOverlayIE {
	background: d0d0d0 url(http://iaian7.com/images/mediabox/50.gif) repeat;
text-shadow: 0px 0px 0px #d0d0d0;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #d0d0d0;
text-shadow: 0px 0px 0px #d0d0d0;
}

.mbLoading {
	background: #d0d0d0 url(loading.gif) no-repeat center;
text-shadow: 0px 0px 0px #d0d0d0;
}





#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #d0d0d0;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
text-shadow: 0px 0px 0px #d0d0d0;
}

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

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #d0d0d0;
	border-top-style: none;
text-shadow: 0px 0px 0px #d0d0d0;
}









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

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
text-shadow: 0px 0px 0px #d0d0d0;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
text-shadow: 0px 0px 0px #d0d0d0;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 46px;
	background: transparent url(WhiteClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 83px;
	background: transparent url(WhitePrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 54px;
	background: transparent url(WhiteNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 65px;
	background: transparent url(WhiteClose.gif) no-repeat center;
}

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

