.MultiBoxContainer {
	position: absolute;
	border: 2px solid #FFF;
	background-color: #FFF;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(../images/layout/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -20px;
	right: -26px;
	background:url(../images/layout/window-close.jpg) no-repeat;
	width: 45px;
	height: 30px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #666;
}
.MultiBoxPrevious {
	position: absolute;
	background:url(../images/layout/window-prev.jpg) no-repeat;
	margin-left:5px;
	width: 45px;
	height: 30px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background:url(../images/layout/window-next.jpg) no-repeat;
	margin-right:5px;
	width: 45px;
	height: 30px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;width: 45px;
	height: 30px;
	background:none;
	margin-right:5px;
}
.MultiBoxPreviousDisabled {
	cursor: default;width: 45px;
	height: 30px;
	background:none;
	margin-left:5px;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 55px;
	float: left;
	font-size: 11px;
	color: #FFF;
	background:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 55px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 55px 5px 55px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}