@charset "utf-8";
/* CSS Document */

/* MULTIBOX */
#Overlay {
	background-color: #FFF;
	cursor: pointer;	
}
/* IE6 */
* html #Overlay {
	background:none;
}
.MultiBoxContainer {
	color: #666;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
	position: absolute;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(loading.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: 0;
	right: 25px;
	background: url(close-label.gif) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.MultiBoxPrevious {
	background: url(prev-label.gif) no-repeat bottom;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -5px;
	bottom: 20px;
	cursor: pointer;
}
.MultiBoxNext {
	background: url(next-label.gif) no-repeat bottom;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -5px;
	bottom: 20px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	height: 0px;
	position: relative;
	overflow: hidden;
}
.MultiBoxNumber {
	position: absolute;
	right: 0px;
	top: 0px;
}
.MultiBoxTitle {
	font-weight: normal;
	font-size:10px;
}
.MultiBoxDescription {
	font-size:10px;
	padding-right:35px;
	text-align:justify;

}
.MultiBoxDisabled {
	display: none;
}