#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;	/*setta il colore di sfondo esterno la finestrella, per l'opacità vedere il js*/
	cursor: pointer;
}

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;	/*setta il colore dello sfondo della box*/
	/*setta i bordi arrotondati e la trasparenza della box (non funziona in IE per farlo bisogna fare delle png apposite)*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-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: #ffffff url(img/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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	text-align: left;
	padding: 0 10px 10px;
}

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

#mbNumber {
	display: inline;
	color: #333333;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #333333;
	line-height: 14px;
	font-size: 10px;
}

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

#mbPrevLink {
	width: 15px;
	background: transparent url(img/prev.gif) no-repeat;
	margin-right: 3px;
}

#mbNextLink {
	width: 15px;
	background: transparent url(img/next.gif) no-repeat;
	margin-right: 3px;
}

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

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: 10px solid #770000;
	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: #770000;
	font-weight: bold;
	text-decoration: underline;
}

