
#image-rotator {
	width: 650px;
	padding: 20px 120px 16px 20px;
	position: relative;
	height: 380px;
	background: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #4C4C4C;
}

#image-rotator ul.tabs1 {
  position: absolute;
  top: 20px;
  left: 575px;
  padding: 0;
  margin: 0;
}

#image-rotator ul.tabs2 {
  position: absolute;
  top: 20px;
  left: 700px;
  padding: 0;
  margin: 0;
}

#image-rotator ul.tabs1 li, #image-rotator ul.tabs2 li {
  font-size: 10px;
  color: #666;
  line-height: 10px;
  height: 80px;
  color: #333;
  overflow: hidden;
  width: 106px;
  background: #fff;
  margin-bottom: 18px;
  position: relative;
}

#image-rotator ul.tabs1 li a.title, #image-rotator ul.tabs2 li a.title {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-family: arial;
  bottom: 7px;
  width: 106px;
  text-align: center;
  text-shadow: 1px -1px 0 #000;
  text-decoration: none;
}

#image-rotator ul.tabs1 li img, #image-rotator ul.tabs2 li img {
  width: 106px;
  height: 80px;
  opacity: 0.5;
  z-index: 3;
}

#image-rotator ul.tabs1 li.current img,
#image-rotator ul.tabs2 li.current img,
#image-rotator ul.tabs1 li img:hover,
#image-rotator ul.tabs2 li img:hover { opacity: 1.0; }

#image-rotator div.container img {
  height: 375px;
  width: 500px;
  position: absolute;
}

#image-rotator div.container {
  position: relative;
  z-index: 0;
/*	border: 1px solid #00FF00;*/
  margin: 0;
  padding: 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: 300px;
  text-shadow: 1px -1px 0 #000;
  text-align: center;
  letter-spacing: -1px;
  width: 500px;
}
