/*--- Slider ---------------------------------------------------------------- */

.ui-sliderChilds,
.ui-sliderVra,
.ui-sliderDauer,
.ui-sliderPrice {
	width:190px !important;
    height:27px;
    margin:0px;
    background: none;
    border:0 !important;
	z-index:60;
	cursor:pointer;
}

.ui-sliderRatingMin,
.ui-sliderRecommendation {
	width:230px !important;
    height:30px;
    margin:2px 0 0 7px;
    background: none;
    border:0 !important;
	z-index:60;
	cursor:pointer;
}
.ui-sliderVra {
    float:left;
    width:210px !important;
	margin:0;
}

#sliderVra .ui-widget-header,
#sliderDauer .ui-widget-header,
#sliderBudget_sd .ui-widget-header,
#sliderPrice .ui-widget-header,
#sliderChild1 .ui-widget-header,
#sliderChild2 .ui-widget-header,
#sliderChild3 .ui-widget-header {
    background:transparent url(/kunden_parameter/thomascook_nl/ibe_v3/images/slider/bar_1px_aktiv.gif) repeat-x 0px 12px !important;
}

#sliderChild1 a,
#sliderChild2 a,
#sliderChild3 a,
#sliderVra a,
#sliderDauer a,
#sliderBudget_sd a,
#sliderPrice a {
    background:transparent url(/kunden_parameter/thomascook_nl/ibe_v3/images/slider/slider.gif) no-repeat 0px 8px !important;
    width:27px !important;
    height:27px !important;
    border:none;
    margin-left:-13px;
    top:3px;
    padding:0;
    border:0 !important;
	cursor:pointer;
}

.ui-slider-range {
    background: none repeat scroll 0 0 #ACDEEE;
    overflow: hidden;
    height: 100%;
    top: 0;
}

.ui-slider-horizontal  {
    height: 5px;
    width: 170px;
    margin-left: 7px;
}

.ui-slider-handle {
    background: url("/kunden_parameter/thomascook_nl/ibe_v3/images/slider/slider-handler.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 15px;
    width: 15px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	height: 15px;
    width: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.ui-widget-content {
    border: 1px solid #AAAAAA;
    color: #222222;
    margin-top: 9px;
    z-index: 3;
}

.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

