@charset "utf-8";
/* CSS Document */
/* mediaboxAdvanced - white theme */

/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(../images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	/*overflow: hidden;*/
	background-color: #ffffff;
}
#mbCenter.black {
	background-color: #000000;
}
#mbCenter.mbLoading {
	background: #ffffff url(../images/mediabox/WhiteLoading.gif) no-repeat center;
}
#mbCenter.black.mbLoading {
	background: #000000 url(../images/mediabox/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 24px;
}

/*	End inline content styles	*/

#mbInner h1 {
	/*background: #ffffff;*/
	font-weight: normal;
}

#mbBottom {
	height: 80px;
}

#mbTitle {
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ilRossoBold';
	letter-spacing: 4px;
	color: #000000;
	background: #ffffff;
}

#mbNumber {
	display: none;
}

#mbCaption {
	display: none;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	position: absolute;
	bottom: 25px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	outline: none;
	text-transform: uppercase;
}

#mbPrevLink {
	padding: 0 0 0 16px;
	text-align: left;
	left: 24px;
	height: 55px;
	line-height: 55px;
	background: transparent url(../images/site/btn_left.png) no-repeat left center;
}

#mbNextLink {
	padding: 0 16px 0 0 ;
	text-align: right;
	right: 24px;
	height: 55px;
	line-height: 55px;
	background: transparent url(../images/site/btn_right.png) no-repeat right center;
}

#mbCloseLink {
	top: -25px;
	right: 0;
	width: 18px;
	height: 18px;
	background: transparent url(../images/site/btn_popup_close.png) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	text-decoration: underline;
}