.sliderOut {
   border:2px solid black;
   width:340px;
   margin-top:5px;
	clear:both;
   overflow:auto;
	font-size:small;
}
.slider_value{
   border:0px solid black;
   margin:5px;
   padding-left:5px;
	float:left;
}
.slider_value input { }
.slider{
	
   position:relative;
   border:1px solid transparent;
   margin:5px;
   width:200px;
   background:url('../img/pix_gris.gif') repeat-x center;
   -moz-user-select:none;
   -webkit-user-select:none;
	float:right;
	clear:right;
}
.slider div {
   position:relative;
   width:10px;
   height:20px;
   background:url('../img/slider.gif') no-repeat;
}
