#mbOverlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 9998; cursor: pointer; background-color: rgb(0, 0, 0);
}
.mbOverlayOpaque#mbOverlay {

}
.mbOverlayAbsolute#mbOverlay {
	position: absolute;
}
.mbMobile#mbOverlay {
	position: absolute; background-color: transparent;
}
#mbCenter {
	left: 50%;
	position: absolute; z-index: 9999;
	border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px;
/*	box-shadow: 0px 5px 20px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50); -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50); -khtml-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.50); */
}
.mbLoading#mbCenter {
	background: url("../../mediabox/noimagen.png") no-repeat center;
}
#mbMedia {
	background-position: center;
	background-repeat: no-repeat;
		
	margin:0;
	padding:0;
	padding-left: -5px;
	margin:-5px;
}
#mbBottom {
	text-align: left; color: rgb(153, 153, 153);
}
#mbTitle {
	color: rgb(255, 255, 255); font-weight: bold; display: inline;
}
#mbPrevLink {
	color: rgb(255, 255, 255); font-weight: bold; display: inline;
	margin: 0px; padding-top: 5px; font-size: 16px; float: right;
	width: 30px; height: 30px; text-align: center;
}
#mbNextLink {
	color: rgb(255, 255, 255); font-weight: bold; display: inline;
	margin: 0px; padding-top: 5px; font-size: 16px; float: right;
	width: 30px; height: 30px; text-align: center;
}
#mbCloseLink {
	color: rgb(255, 255, 255); font-weight: bold; display: inline;
	margin: 0px; padding-top: 5px; font-size: 16px; float: right;
	width: 30px; height: 30px; text-align: center;
}
#mbNumber {
	margin: auto 10px; color: rgb(153, 153, 153); font-size: 0.8em; display: inline;
}
#mbCaption {
	color: rgb(153, 153, 153); line-height: 1.6em; font-size: 0.8em; display: block;
}

#mbPrevLink b {
	color: rgb(238, 238, 238); font-weight: bold; text-decoration: underline;
}
#mbNextLink b {
	color: rgb(238, 238, 238); font-weight: bold; text-decoration: underline;
}
#mbCloseLink b {
	color: rgb(238, 238, 238); font-weight: bold; text-decoration: underline;
}
#mbBottom a {
	color: rgb(221, 221, 221); text-decoration: none;
}
#mbBottom a:hover {
	color: rgba(221,221,221,0.6);
}
