.MultiBoxContainer {
	DISPLAY: none;
	Z-INDEX: 2;
	TEXT-ALIGN: left;
	border: 15px solid #000000;
	background-color: #FFF;
	position: absolute;
}

.MultiBoxLoading {
	background-image: url(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(http://www.webscom.com/fotos/close.png);
	background-repeat: no-repeat;
}
.MultiBoxControlsContainer {
	OVERFLOW: hidden; POSITION: relative; HEIGHT: 0px
}
.MultiBoxControls {
	WIDTH: 100%;
	POSITION: relative;
	HEIGHT: 36px;
	background-color: #000000;
}
.MultiBoxPrevious {
	MARGIN-TOP: 5px;
	LEFT: 0px;
	WIDTH: 35px;
	CURSOR: pointer;
	POSITION: absolute;
	HEIGHT: 36px;
	background-image: url(http://www.webscom.com/fotos/izquierda.jpg);
	background-repeat: no-repeat;
}
.MultiBoxNext {
	MARGIN-TOP: 5px;
	RIGHT: 0px;
	WIDTH: 35px;
	CURSOR: pointer;
	POSITION: absolute;
	HEIGHT: 36px;
	background-image: url(http://www.webscom.com/fotos/derecha.jpg);
	background-repeat: no-repeat;
}
.MultiBoxNextDisabled {
	CURSOR: default;
	background-image: url(http://www.webscom.com/fotos/derecha_hover.jpg);
	background-repeat: no-repeat;
}
.MultiBoxPreviousDisabled {
	CURSOR: default;
	background-image: url(http://www.webscom.com/fotos/izquierda_hover.jpg);
	background-repeat: no-repeat;
}
.MultiBoxTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	FLOAT: left;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	POSITION: relative;
	TEXT-ALIGN: left;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.MultiBoxNumber {
	FONT-SIZE: 5pt;
	FLOAT: right;
	WIDTH: 50px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	POSITION: relative;
	TEXT-ALIGN: center;
	color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.MultiBoxDescription {
	CLEAR: left;
	FONT-SIZE: 9pt;
	PADDING-TOP: 5px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	POSITION: relative;
	TEXT-ALIGN: left;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
