
.jay-slider-icon {
    background: transparent url("/assets/img/scrubber-1x-resolution.gif") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    filter: none;
    height: 21px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 13px;
    z-index: 950;
    outline-width: 0px;
    outline-color: transparent;
}
.jay-slider-icon-wrapper {
    left: -5px;
    position: absolute;
    width: 165px;
    z-index: 949;
}
.jay-slider {
    background: #b0b0b0; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176,176,176,1)), color-stop(6px, rgba(216,216,216,1)));
    background: -webkit-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -o-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -ms-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: linear-gradient(to bottom, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    border-radius: 3px;
    height: 11px;
    position: relative;
    text-align: left;
    width: 160px;
    z-index: 1;
}
.jay-slider-range {
    background: #b0b0b0; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176,176,176,1)), color-stop(6px, rgba(216,216,216,1)));
    background: -webkit-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -o-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: -ms-linear-gradient(top, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    background: linear-gradient(to bottom, rgba(176,176,176,1) 0%, rgba(216,216,216,1) 6px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#d8d8d8', GradientType=0 ); 
    border: 0 none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
    font-size: 0.7em;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.jay-range-enabled {
    background: #c79f36;
    background: -moz-linear-gradient(top, rgba(199,159,54,1) 0%, rgba(240,200,95,1) 6px);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,159,54,1)), color-stop(6px, rgba(240,200,95,1)));
    background: -webkit-linear-gradient(top, rgba(199,159,54,1) 0%, rgba(240,200,95,1) 6px);
    background: -o-linear-gradient(top, rgba(199,159,54,1) 0%, rgba(240,200,95,1) 6px);
    background: -ms-linear-gradient(top, rgba(199,159,54,1) 0%, rgba(240,200,95,1) 6px);
    background: linear-gradient(to bottom, rgba(199,159,54,1) 0%, rgba(240,200,95,1) 6px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79f36', endColorstr='#f0c85f', GradientType=0 );
}
.ticks {
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
}
.slide_legend {
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    padding-right: 20px;
    padding-top: 15px;
}
.cpt_ticks {
    color: #cccccc;
    float: left;
    font-size: 7px;
    height: 5px;
    padding-bottom: 5px;
    padding-top: 6px;
    width: 517px;
}
