.MultiBoxContainer {
	BORDER-RIGHT: #000 20px solid; BORDER-TOP: #000 20px solid; DISPLAY: none; Z-INDEX: 2; BORDER-LEFT: #000 20px solid; BORDER-BOTTOM: #000 20px solid; POSITION: absolute; BACKGROUND-COLOR: #fff; TEXT-ALIGN: left
}
.MultiBoxLoading {
	background-image: url(../files/loader.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
}
.MultiBoxContent {
	OVERFLOW: hidden; WIDTH: 100%; POSITION: relative; HEIGHT: 100%
}
.MultiBoxClose {
	RIGHT: -26px;
	WIDTH: 24px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: -26px;
	HEIGHT: 24px;
	background-image: url(../files/close.png);
	background-repeat: no-repeat;
}
.MultiBoxControlsContainer {
	OVERFLOW: hidden; POSITION: relative; HEIGHT: 0px
}
.MultiBoxControls {
	WIDTH: 100%; POSITION: relative; HEIGHT: auto; BACKGROUND-COLOR: #000000
}
.MultiBoxPrevious {
	MARGIN-TOP: 5px;
	LEFT: 0px;
	WIDTH: 24px;
	CURSOR: pointer;
	POSITION: absolute;
	HEIGHT: 24px;
	background-image: url(../files/left.png);
	background-repeat: no-repeat;
}
.MultiBoxNext {
	MARGIN-TOP: 5px;
	RIGHT: 0px;
	WIDTH: 24px;
	CURSOR: pointer;
	POSITION: absolute;
	HEIGHT: 24px;
	background-image: url(../files/right.png);
	background-repeat: no-repeat;
}
.MultiBoxNextDisabled {
	CURSOR: default;
	background-image: url(../files/rightDisabled.png);
	background-repeat: no-repeat;
}
.MultiBoxPreviousDisabled {
	CURSOR: default;
	background-image: url(../files/leftDisabled.png);
	background-repeat: no-repeat;
}
.MultiBoxTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FLOAT: left; MARGIN: 10px 0px 0px 35px; COLOR: #fff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; POSITION: relative; TEXT-ALIGN: left
}
.MultiBoxNumber {
	FONT-SIZE: 11px; FLOAT: right; MARGIN: 10px 35px 0px 0px; WIDTH: 50px; COLOR: #fff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; POSITION: relative; TEXT-ALIGN: right
}
.MultiBoxDescription {
	CLEAR: left; FONT-SIZE: 11px; MARGIN: 0px 35px; COLOR: #fff; PADDING-TOP: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; POSITION: relative; TEXT-ALIGN: left
}

