
/**************************************************************

	MultiBox
	v1.3

**************************************************************/
.MultiBoxContainer h1 {padding-left:5px; color:#CAB701; font-weight:normal; font-family:Georgia, Serif; font-size:12px;}
.MultiBoxContainer p {padding:5px 0 0 10px; color:#333333; font-size:11px;}
.MultiBoxContainer a {color:#000000; text-decoration:none;}
.MultiBoxContainer a:hover {color:#FFFFFF;}
.MultiBoxContainer a.current {color:#FFFFFF;}

.MultiBoxContainer 
{
    width:100%;
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(multibox/loader.gif) no-repeat center;
}

.MultiBoxContent 
{
    background:#ffffff;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxHeader 
{
    position:absolute;
    top:0px;
    width:100%;
    background-color:#FFF;
    margin-top:-40px;
}

.MultiBoxTitle {
	position: relative;
	float:left;
	font-size: 1.2em;
	padding:2px 0 0 0px;
	color: #333;
	width: 100%;
	height: 18px;
	font-weight: normal;
	text-align: center;
}

.MultiBoxControlsContainer 
{   
    
	width: 100%;
	position: relative;
	overflow: hidden;
	padding:0 0px 0 0px;
	/*border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;*/
}

.MultiBoxControls 
{
    float:left;
	width: 100%;
	position: relative;
}

.MultiBoxNumber
{
    font-size:12px;
    padding-top:5px;
}

.MultiBoxPrevious {
	position: absolute;
	background: url(multibox/left.gif) no-repeat;
	width: 80px;
	height: 21px;
	left:0px;
	margin-top: 0px;
	cursor: pointer;
}

.MultiBoxNavigation 
{
	width: 100%;
	height: 21px;
	position: relative;
	background-color: #AF0A18;
}



.MultiBoxClose {
	position: absolute;
	right: 0px;
	background: url(multibox/close.gif) no-repeat;
	width: 60px;
	height: 21px;
	cursor: pointer;
}


.MultiBoxDescription 
{
    float:left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom:10px;
	background-color: #ffffff;
}

.MultiBoxNext {
	position: absolute;
	background: url(multibox/right.gif) no-repeat;
	width: 80px;
	height: 21px;
	left: 80px;
	margin-top: 0px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(multibox/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(multibox/leftDisabled.gif) no-repeat;
}


.MultiBoxNumber {
	float:left;
	padding:0px;
}


.lightBoxDivider 
{
    float:left;
    background:url(multibox/lightBox-divider.gif);
    width:2px;
    height:25px;
}

.number 
{
    float:left;
    padding:5px 5px 0 5px;
}


.multiBoxText
{
    position: absolute;
    width:1px;
    height:1px;
    overflow:hidden;
}




/*************************************************************/

