/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #515151;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../img/mediabox/555.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	height:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5x;
	border-radius:5px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #fff url(../img/mediabox/loading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family:'HelveticaNeue-Light', 'Helvetica', Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 24px;
	font-family:'HelveticaNeue-Light', 'Helvetica', Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #6e6e6e;
	text-align: left;
	padding: 0 10px 10px;
	height:auto;
}
#mbBottom big {
display:none;	
}
#mbTitle {
	display: inline;
	color: #6e6e6e;
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
}

#mbNumber {
	display: none;
	/*color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;*/
}

#mbCaption {
	display: block;
	color: #6e6e6e;
	line-height: 14px;
	font-size: 11px;
	text-align:left;
	padding-right:100px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 24px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(../img/mediabox/previous.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(../img/mediabox/next.gif) no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url(../img/mediabox/close.gif) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family:'HelveticaNeue-Light', 'Helvetica', Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: ##6e6e6e;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: normal;
	text-decoration: underline;
}
#mbImage iframe {
margin:auto;
padding:0;
text-align:center;	
background-color:#fff;
overflow:hidden;
}