#slideshow_clip { 
  width: 940px; 
  position: relative; /* For IE */
  overflow: hidden;
  height: 350px;
  z-index: 30;
  margin-top: 20px;
}

ul#slideshow {
  width: 9999px;
  height: 350px;
  display: block;
  float: left;
  position: relative;
  z-index:30;
}

ul#slideshow li {
  width: 940px;
  height: 350px;
  float: left;
  display: block;
}

ul#indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  margin: 20px 5px 10px 0;
  float: right;
  display: block;
  z-index: 99;
}

ul#indicators li {
  display: block;
  width: 9px;
  height: 9px;
  float: left;
  margin: 0 5px 0 0;
}
		
ul#indicators li a {
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 0.4;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}	
		
ul#indicators li.active a { opacity: 1.0; }
ul#indicators li a:hover { opacity: 0.6; }
ul#indicators li.active a:hover { opacity: 1.0; }

/* Controls */
#clicker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}

#clicker a {
  float: left;
  margin: 0 0 0 10px;
  width: 8px;
  height: 15px;
  display: block;
}

#slideshow_prev {
  background-image: url(images/37.png);
  background-repeat: no-repeat;
}

#slideshow_next {
  background-image: url(images/38.png);
  background-repeat: no-repeat;
}