/* anythingSlider styles */
.anythingSlider {
  width:900px;
  height:355px;
  position: relative; 
  margin: 0 auto;
}

.anythingSlider .wrapper { 
  width:900px;
  height:355px;
  overflow: auto;
  overflow-y:hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index:9999;
}

.anythingSlider ul, .anythingSlider li {
  margin:0;
  padding:0;
  list-style:none;
}

.anythingSlider .wrapper ul { 
  width: 99999px; 
  position: absolute; 
  top: 0; 
  left: 0; 
}

.anythingSlider li {
  display: block; 
  float: left; 
  width:900px;
  height:355px;
}

#thumbNav {
  position: relative; 
  text-align: center;
  padding-top:360px;
  height:17px;
}

#thumbNav a { 
  display: inline-block; 
  width:17px;
  height: 17px; 
  margin: 20px 10px 0 0; 
  background:url(images/slider-dot.gif) no-repeat top left;
  text-align: center;
  font-size:0;
  color:#b5edf6;
}

#thumbNav a:hover, #thumbNav a.cur {
  background-position:-17px 0;
  color:#223641;
}

/* anythingSlider prevents */
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

