
/* If you have more bars, perhaps give it a class	*/
div.pricebar { width: 150px; margin:auto !important; height: 20px; background: url('cms/range-empty.gif') no-repeat center 7px;  }
div.pricebar div.noUi_lowerHandle	{ height: 20px; width: 9px; background: url('cms/range-marker-min.png') no-repeat left top; z-index: 2; }
div.pricebar div.noUi_upperHandle	{ height: 20px; width: 9px; background: url('cms/range-marker-max.png') no-repeat left top;  }
div.pricebar .noUi_midBar		{ height: 20px; background: url('cms/range-full.gif') no-repeat left 7px; }
