/**************************************************************

	MultiBox
	v1.0

**************************************************************/

.MultiBoxContainer { position: absolute; margin-top:-80px; border: 20px solid #000; background-color: #000; display: none; z-index: 2; }
.MultiBoxLoading { background-image: url(images/loading.gif); background-repeat: no-repeat; background-position: center; }
.MultiBoxContent { position: relative; width: 100%; height: 100%; overflow: hidden; }
.MultiBoxClose { position: absolute; top: -26px; right: -26px; width: 24px; height: 24px; cursor: pointer; background-image: url(images/close.png); background-repeat: no-repeat; }
.MultiBoxControlsContainer { overflow: hidden; height: 0px; position: relative; }
.MultiBoxControls { width: 100%; height: auto; position: relative; background-color: #000000; }
.MultiBoxPrevious { position: absolute; width: 24px; height: 24px; left: 0px; margin-top: 5px; cursor: pointer; background-image: url(images/left.png); background-repeat: no-repeat; }
.MultiBoxNext { position: absolute; width: 24px; height: 24px; right: 0px; margin-top: 5px; cursor: pointer; background-image: url(images/right.png); background-repeat: no-repeat; }
.MultiBoxNextDisabled { cursor: default; background-image: url(images/rightDisabled.png); background-repeat: no-repeat; }
.MultiBoxPreviousDisabled { cursor: default; background-image: url(images/leftDisabled.png); background-repeat: no-repeat; }
.MultiBoxTitle { position: relative; margin: 10px 0 0 35px; float: left; font-size: 11px; color: #FFF; font-weight: bold; text-align: left; }
.MultiBoxNumber { position: relative; width: 50px; margin: 10px 35px 0 0; float: right; font-size: 11px; color: #FFF; text-align: right; }
.MultiBoxDescription { clear: left; position: relative; margin: 0 35px 0 35px; padding-top: 5px; font-size: 11px; color: #FFF; text-align: left; }



/*************************************************************/
