.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden, .multiBoxDesc{
	display:none;
}

/*
Pop-up styles - - - - */

.MultiBoxContainer{
	position:absolute;
	background-color: #FFF;
	background-image: url(/images/mb/corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:20px;
	display:none;
	z-index:103;
	text-align:left;
	border-bottom: 2px #818181 solid;
	border-top: 2px #ababab solid;
}

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

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

.MultiBoxClose{
	position: absolute;
	top: 0px;
	right: -24px;
	background: url(/images/mb/closer.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


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

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

.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#ccc;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}

.MultiBoxDownload a:hover{
	color:#fff;
}

.MultiBoxPrevious{
	background:url(/images/mb/left.png) no-repeat;
	position:absolute;

	width:24px;
	height:24px;
	left:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNext{
	background:url(/images/mb/right.png) no-repeat;
	position:absolute;

	width:24px;
	height:24px;
	right:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

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

}

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

}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin: 8px 0 0 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	font-weight:bold;
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
	position:relative;
	width:50px;
	margin:10px 35px 0 0;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-align:right;
	display:inline;
}

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


/*
Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(/images/mb/MagIcon.png) no-repeat;
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
}



/*
MooTools tips - - - - */
.mbTips{
	background:#fff;
	font-size:10px;
	color:#000;
	border:1px solid #3FB6E2;
	padding:2px;
}

.mbTips .tip-text{
	display:none;
}
