
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	background-color:		#fff;
	border:					5px solid #fff;
	display:				none;
	position:				absolute;
	text-align:				left;
	z-index:				998;/*overflow: hidden;*/
}

.MultiBoxLoading {
	background:				url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	height:					auto;
	overflow:				hidden;
	position:				relative;
	width:					100%;
}

.MultiBoxClose {
	background:				url(images/close.png) no-repeat;
	cursor:					pointer;
	height:					24px;
	position:				absolute;
	top:					-10px;
	right:					-10px;
	width:					24px;
	z-index:				999;
}

.MultiBoxControlsContainer {
	height:					0;
	overflow:				hidden;
	margin-top:				5px;
	position:				relative;
}

.MultiBoxControls {
	height:					auto;
	position:				relative;
	width:					100%;
}

.MultiBoxPrevious {
	background:				url(images/left.png) no-repeat;
	cursor:					pointer;
	height:					24px;
	left:					0;
	position:				absolute;
	top:					0;
	width:					24px;
}

.MultiBoxNext {
	background:				url(images/right.png) no-repeat;
	cursor:					pointer;
	height:					24px;
	position:				absolute;
	right:					0;
	top:					0;
	width:					24px;
}

.MultiBoxNextDisabled {
	background:				url(images/rightDisabled.png) no-repeat;
	cursor:					default;
}

.MultiBoxPreviousDisabled {
	background:				url(images/leftDisabled.png) no-repeat;
	cursor:					default;
}

.MultiBoxTitle {
	color:					#221e1f;
	float:					left;
	font-weight:			bold;
	margin:					5px 0 0 30px;
	padding-bottom:			10px;
	position:				relative;
	text-align:				left;
}

.MultiBoxNumber {
	color:					#221e1f;
	float:					right;
	margin:					5px 30px 0 0;
	position:				relative;
	text-align:				right;
	width:					50px;
	white-space:			nowrap;
}

.MultiBoxDescription {
	clear:					left;
	color:					#3e3e3e;
	font-size:				85%;
	margin:					0 30px;
	position:				relative;
	text-align:				left;
}

/*************************************************************/
