
/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #fff;
	background-color: #fff;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../mb_images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../mb_images/prevlabel.gif) no-repeat;
	width: 26px;
	height: 18px;
	left: 0px;
	margin-top: 8px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../mb_images/nextlabel.gif) no-repeat;
	width: 26px;
	height: 18px;
	right: 0px;
	margin-top: 8px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../mb_images/nextlabel_disable.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../mb_images/prevlabel_disable.gif) no-repeat;
}

.MultiBoxNumber {
	display: none;
}

.MultiBoxTitle {
	display: none;
}

.MultiBoxDescription {
	display: none;
}

.MultiBoxClose {
	position: relative;
	float: right;
	text-align: right;
	margin-top: 35px;
	margin-right: 0px;
	background: url(../mb_images/closelabel.gif) no-repeat;
	width: 40px;
	height: 15px;
	cursor: pointer;
}




/*************************************************************/


