
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #eaeaea;
	background-color: #FFF;
	display: none;
	z-index: 30;
	text-align: left;	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../imgs/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -13px;
	right: -37px;
	width: 36px;
	height: 37px;
	cursor: pointer;
	background-image: url(../imgs/close.png);
	background-repeat: no-repeat;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000;
}






/*************************************************************/


