@charset "utf-8";
/* CSS Document */


.jslider {
    
    top: 1.5em;
	width: 100%;
	margin: 0 auto;
    
}
.jslider .jslider-bg i {
    font-size: 0;
    height: 10px;
    position: absolute;
    top: 0;
}
.jslider .jslider-bg .v {
    background-position: 4px -20px;
    height: 10px;
    position: absolute;
    top: 0;
}
.jslider_round_plastic .jslider-pointer {
    height: 21px;
    margin-left: 0px;
    top: -6px;
    width: 21px;
}
.jslider_round_plastic .jslider-pointer-to {
    height: 21px;
    margin-left: -21px;
    top: -6px;
    width: 21px;
}
.jslider_round_plasticX .jslider-pointer {
    height: 21px;
    margin-left: 0px;
    top: -6px;
    width: 21px;
}
.jslider_round_plasticX .jslider-pointer-to {
    height: 21px;
    margin-left: -21px;
    top: -6px;
    width: 21px;
}

.jslider .jslider-pointer {
    background-position: -4px -36px;
    cursor: pointer;
    position: absolute;
}
.jslider .jslider-pointer-to {
    background-position: -4px -36px;
    cursor: pointer;
    position: absolute;
}
.jslider .jslider-value {
    background: none repeat scroll 0 0 white;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
    font-size: 16px;
    line-height: 15px;
    padding: 3px 4px;
    position: absolute;
    top: -29px;
    white-space: nowrap;
}
.jslider-scale span:first-child, .jslider-scale span:last-child
{
	display:none}
	
#find .btn.active {
    background-color: #ffc423;
    background-image: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}