
#image-rotator {
  width: 518px;
  padding: 18px 120px 10px 21px;
  position: relative;
  height: 434px;
  background: #fff;
  margin-bottom: 35px;
  margin: 35px auto;
}

#image-rotator ul.tabs {
  position: absolute;
  top: 18px;
  left: 538px;
  padding: 0;
  margin: 0;
}

#image-rotator ul.tabs li {
  font-size: 10px;
  color: #666;
  line-height: 10px;
  height: 75px;
  color: #333;
  overflow: hidden;
  width: 96px;
  background: #fff;
  margin-bottom: 11px;
  position: relative;
}

#image-rotator ul.tabs li a.title {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-family: arial;
  bottom: 7px;
  width: 96px;
  text-align: center;
  text-shadow: 1px -1px 0 #000;
  text-decoration: none;
}

#image-rotator ul.tabs li img {
  width: 96px;
  height: 75px;
  opacity: 0.5;
  z-index: 3;
}

#image-rotator ul.tabs li.current img,
#image-rotator ul.tabs li img:hover { opacity: 1.0; }

#image-rotator div.container img {
  height: 420px;
  width: 500px;
  position: absolute;
}

#image-rotator div.container {
  position: relative;
  z-index: 0;
}

#image-rotator div.container.previous { z-index: 1; }

#image-rotator div.container.current { z-index: 2; }

#image-rotator h2 {
  font-size: 40px;
  font-family: Arial;
  color: #fff;
  padding: 5px 5px 5px 12px;
  margin: 0;
  overflow: hidden;
  line-height: 65px;
  text-transform: uppercase;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 350px;
  text-shadow: 1px -1px 0 #000;
  text-align: center;
  letter-spacing: -1px;
  width: 475px;
}
