/* mediaboxAdvanced - black theme */

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

#mbOverlay.mbOverlayFF {

}

#mbOverlay.mbOverlayIE {

}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 53%;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	

}

#mbBottomContainer {background-color: transparent;}




.mbLoading {
	background: #ffffff url(../immagini/ajax-loader.gif) no-repeat center;
}

#mbImage {

	position: absolute;
	left: 0;
	top: 0;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;

}

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


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

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

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

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

#mbPrevLink {
	width: 69px;

}

#mbNextLink {
	width: 41px;

}



a#close {
position:				absolute;
left:					94%;
top:					5px;
width:					30px;
height:					30px;
text-decoration:		none;
border:					0;
background:			url(../immagini/closebox.png) no-repeat center;
z-index:100000000000000;
_background-image:		url(../immagini/closebox.gif);

}




#mbError {
	position: relative;
	top: 30%;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}