/* Multibox - for MooTools 1.2 - - - - */
/*
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	text-decoration:none;
	color:#666666;
}

.mb img{
	display:block;
	border:none;
}
*/
.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden{
	display:none;
}

.multiBoxDesc{
	display:none;
}

/* Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	border:15px solid #000;
	background:#FFF;
	display:none;
	z-index:2;
	text-align:left;
}

.MultiBoxLoading{
	background:url(img/mb_Components/loader.gif) no-repeat center;
}

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

.MultiBoxClose{
	position:absolute;
	top:-24px;
	right:-24px;
	background:url(img/mb_Components/close.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
}

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

.MultiBoxControls{
	width:100%;
	height:auto;
	position:relative;
	background:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	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;
}

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

.MultiBoxPrevious{
	position:absolute;
	background:url(img/mb_Components/left.png) no-repeat;
	width:24px;
	height:24px;
	left:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNext{
	position:absolute;
	background:url(img/mb_Components/right.png) no-repeat;
	width:24px;
	height:24px;
	right:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	cursor:default;
	background:url(img/mb_Components/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(img/mb_Components/leftDisabled.png) no-repeat;
}

/* Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
  /*display:none;*/
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}

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