#container {
  background-color: #fff;
  width: 580px;
  margin: 15px auto;
  padding: 50px;
}

/* slider specific CSS */
.sliderGallery {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 10px 0 10px 0;
  height: 180px;
  width: 708px;
  border: 1px solid #435466;
}

.sliderGallery a:link,
.sliderGallery a:visited { 
  float:left; 
  width:125px; 
  color:#444; 
  font-size:11px; 
  text-align:center; 
  text-decoration:none; 
}
.sliderGallery a:hover { color:#f00; }

.sliderGallery UL {
  height:200px;
  width:1000px; /* this must be set to the proper width in the page itself */
  position: absolute;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.sliderGallery img {
  border-width:0px;
}

.sliderGallery p {
  padding: 0;
  margin: 5px 0 0 0;
  text-align:center;
  line-height: 1em;
  color:#444;
}

.sliderGallery UL LI {
  float:left;
  width:125px;
  height:180px;
  position:relative;
  top:0; 
}

.slider {
  width: 542px;
  height: 17px;
  top: 160px;
  left: 70px;
  padding: 1px;
  position: relative;
  background: url(/images/scrollbar.png) no-repeat;
}

.handle {
  position: absolute;
  cursor: move;
  height: 17px;
  width: 181px;
  top: 0;
  background: url(/images/scroller.gif) no-repeat;
  z-index: 100;
}

.slider span {
  color: #fff;
  font-size: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 110;
  top: 2px;
}

.slider .slider-lbl1 {
  left: 50px;
}

.slider .slider-lbl2 {
  left: 220px;
}
.slider .slider-lbl3 {
  left: 455px;
}

