/* Generated by KompoZer */
.MultiBoxContainer {
  border: 20px solid #000000;
  position: absolute;
  background-color: #ffffff;
  display: none;
  z-index: 2;
  text-align: left;
}
.MultiBoxLoading {
  background: transparent url(images/loader.gif) no-repeat scroll center;
}
.MultiBoxContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MultiBoxClose {
  background: transparent url(images/close.png) no-repeat scroll 0%;
  position: absolute;
  top: -26px;
  right: -26px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.MultiBoxControlsContainer {
  overflow: hidden;
  height: 0px;
  position: relative;
}
.MultiBoxControls {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000000;
}
.MultiBoxPrevious {
  background: transparent url(images/left.png) no-repeat scroll 0%;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  margin-top: 5px;
  cursor: pointer;
}
.MultiBoxNext {
  background: transparent url(images/right.png) no-repeat scroll 0%;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0px;
  margin-top: 5px;
  cursor: pointer;
}
.MultiBoxNextDisabled {
  background: transparent url(images/rightDisabled.png) no-repeat scroll 0%;
  cursor: default;
}
.MultiBoxPreviousDisabled {
  background: transparent url(images/leftDisabled.png) no-repeat scroll 0%;
  cursor: default;
}
.MultiBoxTitle {
  margin: 10px 0 0 35px;
  position: relative;
  float: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.MultiBoxNumber {
  margin: 10px 35px 0 0;
  position: relative;
  width: 50px;
  float: right;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  text-align: right;
  color: black;
}
.MultiBoxDescription {
  margin: 0 35px;
  clear: left;
  position: relative;
  padding-top: 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-align: left;
}

