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

	MultiBox
	v1.3

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

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

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

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

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


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

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


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

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

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

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

.MultiBoxTitle {
	position: relative;
	margin: 10px 0px 0 35px;
	float: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #7a7a7a;
	font-weight: bold;
	text-align: center;
}

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


a.xy              { color:#000000;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;border-bottom:1px dotted #242322; }
a.xy:link         { color:#000000;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;border-bottom:1px dotted #242322; }
a.xy:visited      { color:#000000;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;border-bottom:1px dotted #242322; }
a.xy:focus        { color:#000000;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;border-bottom:1px dotted #242322; }
a.xy:hover        { color:#9c0303;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none; border-bottom:1px dotted #9c0303; }
a.xy:active       { color:#000000;font-family: 'Times New Roman', Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;text-decoration:none;border-bottom:1px dotted #242322; }

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


