/**
 * @category    Mana
 * @package     ManaPro_FilterSlider
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-filter-slider { height: 32px; position: relative; background: transparent url(../images/manapro_filterslider/bkg_sliderstandard.png) 0 0 repeat-x; }
.m-filter-slider > .m-slider-from, .m-filter-slider > .m-slider-to { height: 32px; width: 14px; position: absolute; }
.m-filter-slider > .m-slider-span { height: 10px; position: absolute; background: none; border-bottom: 10px solid #ff7d00; }
.m-filter-slider > .m-slider-from { background: transparent url(../images/manapro_filterslider/sliderstandard.png) 0 0 no-repeat; cursor: e-resize; }
.m-filter-slider > .m-slider-to { background: transparent url(../images/manapro_filterslider/sliderstandard.png) 0 0 no-repeat; cursor: w-resize; }
.m-slider-padding{
    margin: 0 10px;
}
.m-slider-values {text-align: center; margin-top: 3px; } 
.m-slider-values .m-slider-min-value { float: left; }
.m-slider-values .m-slider-max-value { float: right;}
.m-slider-selected-value {}
.m-slider-selected-value span{
border-radius: 50px;
color: rgb(0, 0, 0);
font-style: italic;
text-align: center;
font-weight: 600;
background: rgb(255, 255, 255);
padding: 5px;
-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.75);
margin: 0 2px;}