.sliderOutterContainer {
  display: block;
  position: relative;
}

.sliderInnerContainer {
  display: inline-block;
  width: 680px;
  overflow: hidden;
  position: relative;
}

.slider {
  display: inline-block;
  width: 10000px;
  position: relative;
  left: 0px;
}

.slide {
  float: left;
  width: 680px;
  display: inline-block;
  text-align: center;
  color: white;
}

.handSlider {
    display: inline-block;
    position: relative;
    width: 54px;
	top: -140px;
	*top: 0px;
}
span.navigator {
  width: 31px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  filter:alpha(opacity=0);
}

span.leftNav {
  background: url('../img/flecha_prev.jpg') no-repeat 0 0 transparent;
}

span.rightNav {
  background: url('../img/flecha_next.jpg') no-repeat 0 0 transparent;
}

span.thumbnailNav {
  width: 54px;
  height: 47px;
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  opacity: 0;
  filter:alpha(opacity=0);
}

span.leftThumbNav {
}

span.rightThumbNav {
}

.slideThumb {
  width: 54px;
  height: 47px;
  display: inline-block;
  *display: inline;
}

.slide .slideThumb {
  display: none;
}

.slideTitle {
  height: 50px;
}

.slideTitle p {
  margin: 10px 0 0 0;
}

.slideItem {
  height: 300px;
}