.jq-slider-wrapper
{
    position: relative;
    z-index: 98;
    font-family: Times New Roman !important;
    font-size: 11px !important;
}
.jq-slider
{
    z-index: 1000;
    overflow: hidden;
}
.jqtooltip
{
    width: 30px;
    height: 20px;
	padding-top: 17px;
	padding-left: 7px;
	line-height: 1.1;
    position: absolute;
    z-index: 99;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.jqtooltip:after {
	content: 'cm';
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#pricerange .jqtooltip:after {
	content: 'eur' !important;
}

.inner
{
    width: 1px;
    height: 100%;
    z-index: 99;
    position: absolute;
}
.draghandle
{
    position: absolute;
    z-index: 100;
    top: 0px;
	left: 0;
    border: none;
    outline: none;
}
.ticks
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    z-index: 97;
}
.ticks li
{
    display: inline;
    float: left;
    font-size: xx-small;
    position: absolute;
}


/*green*/

.jq-slider.green
{
    background-color: #e6e6e6;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    width: 135px;
    height: 4px;
    background-image: -o-linear-gradient(#e6e6e6, #d6d6d6);
}
/*.jq-slider.green
{
 background-color: #e6e6e6;
   border: 1px solid #d7d7d7;
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
   width: 660px;
   height: 12px;
   background-image: -o-linear-gradient(#e6e6e6, #d6d6d6);
} */
.inner.green
{
    background: #9BCC76;
    -moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
    -webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
}
.draghandle.green
{
    width: 10px;
    height: 20px;
    background: url(/i/green.png) no-repeat;
}
.draghandle.green.selected
{
    opacity: 0.9;
}