
/* VISUALMULTIBOX :: Visual Sound Generation */

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

#mbCenter.mbLoading {
	background: #000 url(../images/visualbox/loading.gif) no-repeat center;

}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
	font-family: Tahoma, Verdana, Arial;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px;
}

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

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

#mbBottom {
	min-height: 20px;
	font-family: Tahoma, Verdana, Arial;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mbTitle {
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#mbCaption {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-weight:normal;
}

#mbCloseLink {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	outline: none;
	width: 77px;
	height: 20px;
	background: url(../images/visualbox/zatvori.gif) no-repeat;

}
