#rotatingImages
{
  display:block;
  height:290px;
  position: relative;
  z-index:1;
}

#rotatingImages a
{
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
}

#rotatingImages a:hover {
  text-decoration: none;
}

#rotatingImages a img
{
  border: 0 none;
}

#rotatingImages ul
{
  list-style-type:none;
  margin: -34px 0 0 10px;
  padding: 0;
  position: absolute;
  top: 290px;
}

#rotatingImages ul li
{
  background-color: #66722A;
  border: 1px solid #A8B762;
  color: White;
  cursor: hand;
  cursor: pointer;
  float: left;
  font-size: .9em;
  margin-left: 5px;
  padding: 2px 7px 4px 7px;
  z-index: 50;
}

#rotatingImages ul li.current, #rotatingImages ul li.over
{
  background-color: #A8B762;
}



.splashTextWrap {
  margin-top: -34px;
  position: absolute;
  top: 288px;
  right: 30px;
}

.splashTextLeft {
  background-image: url('/images/memberBox_left.png');
  background-repeat: no-repeat;
  height: 29px;
  width: 11px;
  float:left;
}

.splashText {
  background-image: url('/images/memberBox_middle.png');
  background-repeat: repeat-x;
  padding: 5px;
  height: 29px;
  float: left;
}

.splashTextRight {
  background-image: url('/images/memberBox_right.png');
  background-repeat: no-repeat;
  height: 29px;
  width: 11px;
  float:left;
}

.splashText p {
  margin:0px;
  color: #171717;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
