/*#sliderHolder contains the background*/
#sliderHolder {position:relative; width:240px; background:url(../img/shared/ih-bg-slider.gif) no-repeat 0 0;}
/* Note that the .ui-slider is 10px narrower than the shell - helps with calculations */
.ui-slider { position: relative; text-align: left; width:230px; height:40px; margin-top:5px;}
.ui-slider .ui-slider-handle { background:url(../img/shared/bg-slider.gif) no-repeat 0 0; position: absolute; z-index: 2; width:17px; height:31px; left:0px; cursor: default; display:block;}
.ui-slider .ui-slider-range {position: absolute; z-index: 1; font-size: .7em; display: block; border: 0;}
.ui-slider-horizontal .ui-slider-handle { top: 0em; margin-left:-5px;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-horizontal a.ui-slider-handle:focus {outline:none;}

