
/**************************************************************

	MultiBox
	v1.3

**************************************************************/



.MultiBoxContainer {
	position: absolute;
	background:transparent !important;
	display: none;
	z-index: 12 !important;
	top:78px !important;
	text-align: left;
	overflow:hidden;
	
}

.MultiBoxLoading {
	background: url(../img/loading.gif) no-repeat center;
}

.MultiBoxContent {
	position: absolute;
	margin-left:37px;
	margin-top:2px;
	
	display:block;
	width: 100%;
	height: 100%;
	float:left;
	overflow: hidden;
}



#MultiBoxContentContainer,.iframeInner,.iframeInner html,.iframeInner body{display:block;}

#multiBoxIframe{background-color:blue !important;display:none !important;}


.MultiBoxClose {
	position: absolute;
	top: 539px;
	right: 360px;
	background: url(../images/btn_closeWindow.gif) center -12px no-repeat;
	width: 197px;
	height: 42px;
	cursor: pointer;
}
html>body .MultiBoxClose {
	position: absolute;
	top: 539px;
	right: 360px;
	background: url(../images/btn_closeWindow.png) center -12px no-repeat;
	width: 197px;
	height: 42px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	top:0px !important;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	/*height: auto;*/
	height:35px;
	position: relative;

}


.MultiBoxPrevious {
	position: absolute;
	background: url(left.gif) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(right.gif) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(leftDisabled.gif) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	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;
}



/*************************************************************/

