#slider {
    width: 300px;
    height: 100px;
    position:relative;
}

.sct-slider-slider {
    position:relative;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border: none;
    z-index: 150;
}

.sct-slider-main {
    position:relative;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.sct-slider-arrow-left, .sct-slider-arrow-right  {
    position: absolute;
    border: none;
    top: 15px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.sct-slider-arrow-left {
    left: 0px;
    background-image: url(/shop/images/sct_animation/Slider_Pfeil_links.png);
    background-repeat: no-repeat;
    background-position: right;
}

.sct-slider-arrow-right {
    right: 0px;
    background-image: url(/shop/images/sct_animation/Slider_Pfeil_rechts.png);
    background-repeat: no-repeat;
    background-position: left;

}

.sct-slider-bar, .sct-slider-selected {
    position: absolute;
    width: 130px;
    height: 5px;
    top: 22px;
    left: 25px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    z-index: 90;
}

.sct-slider-selector-left, .sct-slider-selector-right {
    position: absolute;
    top: 15px;
    width: 10px;
    height: 20px;
    z-index: 110;
    background: white;
    margin-left:-5px;
    background-image: url(/shop/images/sct_animation/Slider_Rechteck.png);
    background-repeat: no-repeat;
}

.sct-slider-selector-left {
    left: 50px;
}

.sct-slider-selector-right {
    left: 100px;
}

.sct-slider-selected {
    width: 20px;
    left: 50px;
    background: blue;
}

.sct-slider-input-right, .sct-slider-input-left {
    position: absolute;
    bottom: 0px;
    z-index: 200;
}

.sct-slider-input-left {
    left: 0px;
}
.sct-slider-input-right {
    right: 0px;
}

.sct-slider-tooltip-main {
    position: absolute;
    top: -2px;
    left: 80px;
    border: none;
    width: 40px;
    height: 15px;
}
.sct-slider-tooltip-box {
    border:bottom: 2px;
    text-align: center;
    height: 10px;
}

.sct-slider-tooltip-text {
    font-size:10px;
    vertical-align: middle;
}

.sct-slider-tooltip-arrow {
    background-image: url(/shop/images/sct_animation/Slider_Pfeil_unten.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
}


.sct-slider-input-text-right, .sct-slider-input-text-left {
    width: 30px;
}

.sct-slider-input-text-right {
    text-align: right;
}

.sct-slider-selector-selected {
}

.sct-slider-amount {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 90px;
    width: 50px;
    margin-left: -25px;
    text-align: center;
}

.sct-slider-do-search {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 66px;
    height: 18px;
    background-image: url(/shop/images/sct_animation/Slider_uebernehmen.png);
    z-index: 300;
    cursor:pointer;
}
.slider_target {
    height: 80px;
    width: 180px;
    border: none;
}
