/*
Multibox - for MooTools 1.2 - - - - */
.mb, .mb img, .m, .m img {
    
    margin: 0 !important;
    border: none;
}


.mbClear{
	clear:both;
	width:100%;
	
}

.mbHidden{
	display:none;
    
    
}

.multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	background:#FFF;
	display:none;
    border: #fff 10px solid;
	z-index:2000;
	text-align:left;
}

.MultiBoxLoading{
	background:url(../../img/loading.gif) no-repeat center;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
    z-index:3000;
    padding: 0;
    margin: 0;
}

.MultiBoxClose {
	position:absolute;
	top:-25px;
    right:-25px;
	background:url(../../img/close.gif) no-repeat;
	width:15px;
    height:15px;
	cursor:pointer;
    z-index: 1000;
}
.MultiBoxClose2 {
    position:absolute;
    top:12px;
    right:2px;
    background:url(../../img/close.gif) no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
    z-index: 1000;
}
.MultiBoxClose3 {
    position:absolute;
    top:12px;
    right:2px;
    background:url(../../img/close2.gif) no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
    border: #000 15px solid;
    z-index: 10000;
}
.overClose {
    position:absolute;
    top:-25px;
    right:-25px;
    background:url(../../img/close_.gif) no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
    z-index: 1000;
}
.overClose2 {
    position:absolute;
    top:12px;
    right:2px;
    background:url(../../img/close_.gif) no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
    z-index: 1000;
}
.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/left.gif) no-repeat;
	width:22px;
	height:15px;
	right:65px;
	margin:13px 0 0 0;
	cursor:pointer;
}
.overPrev {
    position:absolute;
    background:url(../../img/left_.gif) no-repeat;
    width:22px;
    height:15px;
    right:65px;
    margin:13px 0 0 0;
    cursor:pointer;
}
.MultiBoxNext{
	position:absolute;
	background:url(../../img/right.gif) no-repeat;
	width:22px;
	height:15px;
	right:30px;
	margin:13px 0 0 0;
	cursor:pointer;
}
.overNext{
    position:absolute;
    background:url(../../img/right_.gif) no-repeat;
    width:22px;
    height:15px;
    right:30px;
    margin:13px 0 0 0;
    cursor:pointer;
}
.MultiBoxNextDisabled{
	cursor:default;
	background:url(../../img/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(../../img/leftDisabled.gif) 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:absolute;
	margin: 13px 0 0 0;
    right: 110px;
	font-size:12px;
    font-family: Tahoma;
    font-weight: bold;
	text-align:right;
	display:inline;
    color: #919191;
}

.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;
	left:0;
	top:0;
	width:17px;
	height:17px;
	background:transparent url(../../img/MagIcon.png) left top no-repeat;
    z-index: 5000;
}