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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #fff;
	background-color: #FFF;
	display: none;
	z-index: 2;
	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;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display:block;
}

.MultiBoxClose:hover {
	border-bottom:0 solid #fff;
}

.MultiBoxNextHover, .MultiBoxPrevHover {
	width:20%;
	display:block;
	height:100%;
	position:absolute;
	z-index:5;
	top:0;
}

.MultiBoxPrevHover { left: 0;}
.MultiBoxNextHover { right: 0;}
.MultiBoxPrevHover:hover { background: url(images/prevlabel.gif) left 20% no-repeat;cursor:pointer}
.MultiBoxNextHover:hover { background: url(images/nextlabel.gif) right 20% no-repeat;cursor:pointer}

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

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


.MultiBoxPrevious {
	position: absolute;
	background: url(images/prev.gif) no-repeat;
	width: 19px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/next.gif) no-repeat;
	width: 19px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: pointer;
	background: url(images/close_next.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: pointer;
	background: url(images/close_prev.gif) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	font-weight: normal;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 100px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height:12pt;
	color: #999;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	text-align: left;
}



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

