

.mbHidden{
	display:none;
}

.multiBox2Desc{
	display:none;
}


/*
Pop-up styles - - - - */
.multiBox2Container{
	position:absolute;
	border-top:24px solid #fff;
	border-left:24px solid #fff;
	border-right:24px solid #fff;
	border-bottom:24px solid #fff;
	background:#FFF;
	display:none;
	z-index:2;
	text-align:left;
}

.multiBox2Loading{
	background:url(../img/mb_Components/loader.gif) no-repeat center;
}

.multiBox2Content{
	position:relative;
	width:100%;
	height:100%;
}

.multiBox2Close{
	position:absolute;
	top:-22px;
	right:-20px;
	background:url(../img/mb_Components/close.png) no-repeat;
	width:22px;
	height:22px;
	cursor:pointer;
}

.multiBox2ControlsContainer{
	overflow:hidden;
	height:0px;
	position:relative;
}

.multiBox2Controls{
	width:100%;
	height:auto;
	position:relative;
	background:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#a1a1a1;
}

.multiBox2Download a, .multiBox2Download a:link, .multiBox2Download a:visited, .multiBox2Download a:hover, .multiBox2Download a:active{
	font-size:9px;
	color:#a1a1a1;;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
}

.multiBox2Download a:hover{
	color:#111;
}

.multiBox2Previous{
	position:absolute;
	background:url(../img/mb_Components/left.png) no-repeat;
	width:24px;
	height:24px;
	left:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}

.multiBox2Next{
	position:absolute;
	background:url(../img/mb_Components/right.png) no-repeat;
	width:24px;
	height:24px;
	right:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}

.multiBox2NextDisabled{
	cursor:default;
	background:url(../img/mb_Components/rightDisabled.png) no-repeat;
}

.multiBox2PreviousDisabled{
	cursor:default;
	background:url(../img/mb_Components/leftDisabled.png) no-repeat;
}


/*
Bottom text - - - - */
.multiBox2Title{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	display:inline;
}

.multiBox2Number{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.multiBox2Description{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}

