
/**************************************************************

	MultiBox
	v1.3

**************************************************************/
.MultiBoxContainer h1 {padding-left:5px; color:#CAB701; font-weight:normal; font-family:Georgia, Serif; font-size:18px;}
.MultiBoxContainer p {padding-left:5px; color:#999999; 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(images/loader.gif) no-repeat center;
}

.MultiBoxContent 
{
    background:#ffffff;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border:10px solid white;
}

.MultiBoxHeader 
{
    position:absolute;
    top:-37px;
    height:37px;
    width:100%;
    background-color:#ADB4BA;
    border-left:10px solid #ADB4BA;
    border-right:10px solid #ADB4BA;
}

.MultiBoxTitle {
	position: relative;
	float:left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding:5px 0 0 0px;
	color: #FFF;
	width: 100%;
	height: 20px;
	font-weight: normal;
	text-align: left;
}



.MultiBoxControlsContainer 
{   
    
	width: 100%;
	position: relative;
	overflow: hidden;
	padding:0 20px 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 {
	clear:left;
	position: relative;
	float:left;
	background: url(images/left.gif) no-repeat;
	width: 64px;
	height: 25px;
	cursor: pointer;
}

.MultiBoxNavigation 
{
    padding-top:5px;
    float:left;
    position:relative;
    height:32px;
    width:100%;
    background-color: #CAB701;
	border-left:10px solid #CAB701;
	border-right:10px solid #CAB701;
}



.MultiBoxClose 
{
    position: relative;
	float:left;
	background: url(images/close.gif) no-repeat;
	width: 45px;
	height: 25px;
	cursor: pointer;
}


.MultiBoxDescription 
{
    float:left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom:10px;
	background-color: #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
}

.MultiBoxNext {
	position: relative;
	float:left;
	background: url(images/right.gif) no-repeat;
	width: 45px;
	height: 25px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.gif) no-repeat;
}


.MultiBoxNumber {
	float:left;
	padding:0px;
}


.lightBoxDivider 
{
    float:left;
    background:url(images/lightBox-divider.gif);
    width:2px;
    height:25px;
}

.number 
{
    float:left;
    padding:5px 5px 0 5px;
}


.multiBoxText
{
    position: absolute;
    width:1px;
    height:1px;
    overflow:hidden;
}

a.multiBoxLink 
{
    color:#000000;
    text-decoration:underline;
}

a.multiBoxLink:hover
{
    color:#000000;}
    




/*************************************************************/


