a.mb:link			{ color: #003399; font-weight: bold; text-decoration: none }
a.mb:active 			{ color: #003399; font-weight: bold; text-decoration: none }
a.mb:visited			{ color: #003399; font-weight: bold; text-decoration: none }
a.mb:hover			{ color: #f4560f; font-weight: bold; text-decoration: underline }








.MultiBoxContainer {
	position: absolute;

	border: 2px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 9999;
}










.MultiBoxEnlarge 
{
position: relative;
border: 1px;
top: 0px;
right: 0px;
z-index: 2;
cursor: pointer;
}





img.x
{
position: relative;
left:0px;
top:0px;
z-index: 1;
}






.MultiBoxLoading {
	background: url(/www/images/loading.gif) no-repeat center;
}




.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/www/images/close.gif) no-repeat;
	width: 90px;
	height: 33px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: 32px;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/www/images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 3px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/www/images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 3px;
	margin-top: 5px;

	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/www/images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/www/images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin-top: 5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
