
/* slider root element */
.lpSlider {
    background:url(../img/sprite-katze-slider.png) no-repeat 0 0;
    height:185px;
    position:relative;
    cursor:pointer;
    width:274px;
    /*float:left;
    clear:right;*/
    margin-top:-43px;
}
.lpSlider.lt { background-position: 0 -188px; }
.lpSlider.gt { background-position: 0 -379px; }
.lpSlider.at { background-position: 0 0px; }




/* drag handle */
.lpHandle {
    background: url(../img/lp-c-futterberater-regler.png) no-repeat top center;
    height:40px;
    width:73px;
    bottom:-10px;
    position:absolute;
    display:block;
    cursor:move;
}




