/* multiBox - for MooTools 1.2 stylesheet - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0 3px 3px 0;
	padding:0;
	text-decoration:none;
	color:#666;
}

.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden, .multiBoxDesc{
	display:none;
}


/* Pop-up styles - - - - */
.MultiBoxContainer{
	background:#fff;
	position:absolute;
	border:15px solid #fff;
	display:none;
	z-index:103;
	text-align:left;
}

.MultiBoxLoading{
	background:url(../img/loader.gif) center no-repeat;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
}

.MultiBoxClose{
	background:url(../img/close.png) no-repeat;
	position:absolute;
	top:-24px;
	right:-24px;
	width:24px;
	height:24px;
	cursor:pointer;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0;
	position:relative;
}

.MultiBoxControls{
	background:#fff;
	width:100%;
	position:relative;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#333;
}

.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(../img/left.png) no-repeat;
	/*position:absolute;*/
	width:24px;
	height:24px;
	left:0;
	margin:5px 0 0 0;
	cursor:pointer;
vertical-align:top;
	float:left;
}

.MultiBoxNext{
	background:url(../img/right.png) no-repeat;
	/*position:absolute;*/
	width:24px;
	height:24px;
	right:0;
	margin:5px 0 0 0;
	cursor:pointer;
vertical-align:top;
	float:right;
}

.MultiBoxNextDisabled{
	background:url(../img/rightDisabled.png) no-repeat;
	cursor:default;
}

.MultiBoxPreviousDisabled{
	background:url(../img/leftDisabled.png) no-repeat;
	cursor:default;
}


/* Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	/*margin:5px 0 10px 35px;*/
	/*margin:5px 0 10px 10px;*/
	margin:15px 0 10px 10px;
	float:left;
	font-size:11px;
	text-align:left;
	display:inline;
	width:740px;
	/*clear:both;*/
}

.MultiBoxNumber{
	position:relative;
	/*width:90px;*/
	/*margin:0 0 0 640px;*/
	/*float:right;*/
	font-size:11px;
	text-align:right;
	clear:both;
	display:inline;
	color:#fff;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 15px 0 15px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}


/* Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(../img/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;
}