/*

* {
	margin: 0;
	padding: 0;
}

*/


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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	border: 8px solid #FFFFFF;
	display: none;
	z-index: 2;
	text-align: left;	/*overflow: hidden;*/
	background-color: #FFFFFF;
}

.MultiBoxLoading {
	background-image: url(../mbimgs/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

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

.MultiBoxClose {
	position: absolute;
	top: -35px;
	right: -8px;
	background: url(../mbimgs/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


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

.MultiBoxControls {
	width: 100%;
	height: auto;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
	background-color: #FFFFFF;
}


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

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

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../mbimgs/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../mbimgs/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	letter-spacing: 0.12em;
	margin-top: 12px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
}

.MultiBoxNumber {
	position: relative;
	width: 60px;
	float: right;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	letter-spacing: 0.12em;
	margin-top: 12px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
}

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



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