
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
	color:#FFFFFF;
	background:transparent;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color:#FFFFFF;
	background:transparent;
}

.MultiBoxClose {
	position: absolute;
	top: -18px;
	right: -17px;
	background: url(images/close.png) no-repeat;
	width: 36px;
	height: 36px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	height: 20px;
	position: absolute;
	margin-left:0px;
	margin-top:0px;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: absolute;
	
}


.MultiBoxPrevious {
	position: absolute;
	width: 300px;
	height: 451px;
	left: 10px;
	top:-706px;
	cursor: pointer;
	z-index:10000;
}

.MultiBoxPrevious:hover {
	position: absolute;
	width: 300px;
	height: 451px;
	left: 10px;
	top:-706px;
	cursor: pointer;
	z-index:10000;
	background:url(images/prevlabel.png) no-repeat;
	background-position: 0px 260px;	
}

.MultiBoxNext {
	position: absolute;
	width: 300px;
	height: 451px;
	left: 400px;
	top:-706px;
	cursor: pointer;
	z-index:10000;
}

.MultiBoxNext:hover {
	position: absolute;
	width: 300px;
	height: 451px;
	left: 393px;
	top:-706px;
	cursor: pointer;
	z-index:10000;
	background:url(images/nextlabel.png) no-repeat;
	background-position: 236px 260px;	
}

.MultiBoxNextDisabled:hover {
	cursor: default;
	background:none;	
}

.MultiBoxPreviousDisabled:hover {
	cursor: default;
	background:none;
}

.MultiBoxTitle {
	position: relative;
	margin: 0px 0 0 0px;
	float: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	height:30px;
}

.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 0px 0 0px;
	padding-top: 0px;
	font-size: 15px;
	color: #000;
	text-align: left;
	z-index:5000;
	font-family:"Gentilis";
	overflow: hidden;
}



/*************************************************************/

