/**
 * @category    Mana
 * @package     ManaPro_FilterSlider
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-filter-slider { height: 17px; position: relative; /*background: transparent url(http://skin.fashionvalet.com/frontend/default/fashionvaletnew/images/manapro_filterslider/bkg_slider.png) 0 0 repeat-x; */ height: 8px;  background: none; border-bottom: 2px solid #969696; }
.m-filter-slider > .m-slider-from, .m-filter-slider > .m-slider-to { height: 17px; width: 8px; position: absolute; }
.m-filter-slider > .m-slider-span { height: 8px;  position: absolute; background: none; border-bottom: 2px solid #000000; }
.m-filter-slider > .m-slider-from { background: transparent url(../images/manapro_filterslider/slider.png) 0 0 no-repeat; cursor: e-resize; }
.m-filter-slider > .m-slider-to { background: transparent url(../images/manapro_filterslider/slider.png) 3px 0 no-repeat; cursor: w-resize;  }

.m-slider-values {text-align: center; margin-top: 8px; font-size: 10px; } 
.m-slider-values .m-slider-min-value { float: left; }
.m-slider-values .m-slider-max-value { float: right; }
.m-slider-selected-value {}