.sliderContainer {
	border: 1px solid #CCCCCC;

}

.sliderDescreaseBtn, .sliderIncreaseBtn, .sliderThumb, .sliderValue  {
	float: left;
	height: 1.4em;
}

.slider {
	float:left; 
	background: #FBFBFE url(../images/slider/back.png) repeat-x;
}
.sliderValue {
	font-weight: bold;
}

/*
span.right {
  background:url('../images/slider/right.png') no-repeat;
  width:17px;
}
span.left {
  background:url('../images/slider/left.png') no-repeat;
  width:17px;
}
span.right:hover {
  background:url('../images/slider/right_h.png') no-repeat;
  width:17px;
}
span.left:hover {
  background:url('../images/slider/left_h.png') no-repeat;
  width:17px;
}
span.right:active {
  background:url('../images/slider/right_a.png') no-repeat;
  width:17px;
}
span.left:active {
  background:url('../images/slider/left_a.png') no-repeat;
  width:17px;
}
#slider1 {
  background:url('../images/slider/back.png') repeat-x;
  height:17px;
}
.bar {
  background:url('../images/slider/slider.png') no-repeat;
  height:17px;
  width:17px;
}
.bar:hover {
  background:url('../images/slider/slider_h.png') no-repeat;
}
#active {
  background:url('../images/slider/slider_a.png') no-repeat;
}
.slider  span {
  display:table-cell;
}

*/