/*
Multibox - for MooTools 1.2 - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb {
	outline:none;
	float:left;
	padding:0;
	text-decoration:none;
	color:#591800;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mb img {
	display:block;
	border: 2px solid #6F3716;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
.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(/images/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position:relative;
	width:100%;
	height:100%;
}
.MultiBoxClose {
	position:absolute;
	top:-24px;
	right:-24px;
	background:url(/images/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;
	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(/images/left.png) no-repeat;
	width:24px;
	height:24px;
	left:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}
.MultiBoxNext {
	position:absolute;
	background:url(/images/right.png) no-repeat;
	width:24px;
	height:24px;
	right:0px;
	margin:5px 0 0 0;
	cursor:pointer;
}
.MultiBoxNextDisabled {
	cursor:default;
	background:url(/images/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor:default;
	background:url(/images/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 0 0;
	font-size:11px;
	text-align:left;
}
