﻿/**************************************************************

  MultiBox
  v1.3

**************************************************************/

.MultiBoxContainer {
  position: absolute;
  border: 5px solid #F4EDE0;
  background-color: #F4EDE0;
  display: none;
  z-index: 175;
  text-align: left;  /*overflow: hidden;*/
}

.MultiBoxLoading {
  background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.MultiBoxClose {
  position: absolute;
  top: 10px;
  right: -30px;
  background: url(images/close.png) no-repeat;
  width: 73px;
  height: 34px;
  cursor: pointer;
  z-index: 175;
}

.instructions {
margin-left:55px;

}
.instructions a{
  color: #F4EDE0;
}

.MultiBoxControlsContainer {
  overflow: hidden;
  height: 0px;
  position: relative;
  padding:0px 0px 0px 0px;
  background-color: #44613B;  
}

.MultiBoxControls {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #44613B;
}


.MultiBoxPrevious {
  position: absolute;
  background: url(images/left.png) no-repeat;
  width: 27px;
  height: 24px;
  left: 10px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 175;
}

.MultiBoxNext {
  position: absolute;
  background: url(images/right.png) no-repeat;
  width: 27px;
  height: 24px;
  right: 12px;
  cursor: pointer;
  z-index: 175;
  margin-top: 10px;
}

.MultiBoxNextDisabled {
  cursor: default;
  background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
  cursor: default;
  background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
  position: relative;
  margin: 0px 0 0 35px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}

.MultiBoxNumber {
  position: relative;
  width: 50px;
  margin: 15px 55px 0 0;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  color: #F4EDE0;
}

.MultiBoxDescription {
  clear: left;
  height:25px;
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  text-align: left;
}



/******  margin: 0 35px 0px 35px;
  padding-top: 10px;
  padding-bottom: 15px;*******************************************************/

