
.slider_group {
  float:none;
  clear:both;
  margin: 20px 0;
}
.vertical_slider_display_combo {
	float: left;
	margin:0 10px 30px 0;
  position:relative;
}
.vertical_slider_track {
	width: 26px;
	height: 100px;
}
.vertical_slider_track .slider_slit {
	height: 100px;
  width:26px;
	position: absolute;
  background-image:url(img/slider_back.gif);
  background-repeat:repeat-y;
}
.vertical_slider_track .slider {
	width: 26px;
  height:16px;
	position: relative;
	margin: 0;
	z-index: 1;
  background-image:url(img/slider_arrow.gif);
  background-repeat:no-repeat;
}
.slider_display_holder {
	display:none;
}



.roiResult p{
   float:left;
  width:100px;
}
.roiResult input {
  border:0;
  width:80px;
}
.bar_value {
  float:right;
}
.slider_bar {
  height: 24px;
  width:0px;
  float:left;
}
.bar_result {
  clear:both;
  float:none;
}

.bar_red {
  background-image:url(img/bar_red.gif);
  background-repeat:repeat-x;
}
.bar_yellow {
  background-image:url(img/bar_yellow.gif);
  background-repeat:repeat-x;
}
.bar_green {
  background-image:url(img/bar_green.gif);
  background-repeat:repeat-x;
}