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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 10px solid #0D9ED3;
	background-color: #FFF;
	display: none;
	z-index: 10;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*
.MultiBoxClose {
	position: absolute;
	bottom: -6px;
	right: -6px;
	background: url(images/close.png) center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 1;
}
*/

.MultiBoxClose {
/*	background:transparent url(images/close.png) no-repeat scroll 0 0; */
	background:transparent url(images/close.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:26px;
	position:absolute;
	right:-22px;
	top:-22px;
	width:26px;
	}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 50px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #0D9ED3;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/entry/arrows_white_left.png) no-repeat center;
	width: 10px;
	height: 10px;
	left: 0px;
	margin-top: 11px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/entry/arrows_white.png) no-repeat center;
	width: 10px;
	height: 10px;
	right: 0px;
	margin-top: 11px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	opacity: 0.5;
/*
	background: url(images/rightDisabled.png) no-repeat;
*/
}

.MultiBoxPreviousDisabled {
	cursor: default;
	opacity: 0.5;
	/*
	background: url(images/leftDisabled.png) no-repeat;
*/
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCF09;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 90px;
	white-space: nowrap;
	margin: 10px 20px 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 20px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



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


