/*
Multibox - for MooTools 1.2 - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	
}

.mb img{
/*	display:block;    */
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	
}

.mbHidden{
	display:none;
    
    
}

.multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	background:#FFF;
	display:none;
	z-index:2000;
	text-align:left;
}

.MultiBoxLoading{
	background:url(../../img/icon/loading.gif) no-repeat center;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
    z-index:3000;
    padding: 0;
    margin: 0;
}

.MultiBoxClose {
	position:absolute;
	top:5px;
    right:5px;
	background: #fff url(../../img/icon/close.gif) 50% 50% no-repeat;
	width:15px;
    border: #000 1px solid;
    height:15px;
	cursor:pointer;
    z-index: 4000;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0px;
	position:relative;
}

.MultiBoxControls{
	width:100%;
	height:auto;
	position:relative;
	background:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}

.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/icon/left.gif) no-repeat;
	width:22px;
	height:15px;
	left:0px;
	margin:9px 0 0 4px;
	cursor:pointer;
}

.MultiBoxNext{
	position:absolute;
	background:url(../../img/icon/right.gif) no-repeat;
	width:22px;
	height:15px;
	right:0px;
	margin:9px 4px 0 0;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	cursor:default;
	background:url(../../img/icon/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(../../img/icon/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;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 5px 0;
	font-size:11px;
	text-align:left;
}


/*
Overlay icon - - - - */
.Overlay{
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
	background:transparent url(../../img/icon/MagIcon.png) left top no-repeat;
    z-index: 5000;
}
