.yui-h-slider, .yui-v-slider {
position:relative;
}
.yui-h-slider .yui-slider-thumb, .yui-v-slider .yui-slider-thumb {
cursor:default;
position:absolute;
}
.yui-h-slider {
background:transparent url(http://www.bytabostad.se/gfx/slider/bg-h.gif) repeat-x scroll 5px 0;
height:20px;
width:258px;
}
 .yui-h-slider .yui-slider-thumb {
top:4px;
}
 .yui-v-slider {
background:transparent url(http://www.bytabostad.se/gfx/slider/bg-v.gif) no-repeat scroll 12px 0;
height:228px;
width:48px;
}


input.sliderInput {
	width : 100px;
	border : 0px;
	height : 20px;
	color:gray;
	font-size : 10px;
}

td.slidebarTitle {
	font-size : 10px;
	color : gray;
}