#slider-bg {
    background:url("../../images/design/calorie/gradient.jpg") no-repeat 0 0 !important;
}
.yui-skin-sam .yui-h-slider {
    height:47px !important;
    width:634px !important;
}
#slider-thumb {
    /*padding-top:15px; */
}
.vidavida_slider {
    padding:15px 35px;
    width: 100%;
    height: 220px;
}
.slider_details {
    height: 100px;
}
.slider_values {
    clear:both;
    margin:0;
    padding:0;
    margin-top:15px;
}
.slider_values ul{
    margin:0;
    padding:0;
}
.slider_values li {
    float:left;
    list-style-type:none;
    height: 56px;
    background:url("../../images/design/calorie/dot-line.gif") no-repeat 0 0;
    padding:5px;
    width: 82px;
    overflow: hidden;
}
.kcal_value_top {
    margin-top:5px;
    height: 18px;
    font-weight: bold;
}
.kcal_value_top span {
    line-height: 18px;
    font-size: 20px;
}
.kcal_value_top.minus {
    padding-left:16px;
    background:url("../../images/design/calorie/minus.gif") no-repeat 0 center;
}
.kcal_value_top.plus {
    padding-left:16px;
    background:url("../../images/design/calorie/plus.gif") no-repeat 0 center;
}
.kcal_value_top.minusgray{
    padding-left:16px;
    background:url("../../images/design/calorie/minus-grey.gif") no-repeat 0 center;
}
.kcal_value_top.plusgray{
    padding-left:16px;
    background:url("../../images/design/calorie/plus-grey.gif") no-repeat 0 center;
}
.kcal_value_bottom {
    clear:both;
    width: 77px;
    height: 19px;
    background:url("../../images/design/calorie/bg-gleichwert.gif") no-repeat 0 0;
    margin-top:5px;
    padding:1px 0 0 16px;

}
.plusgray .txt_violet,.kcal_value_top.plusgray {
    color:#d9d9d9;
}
.slider_infos {
    width:634px;
}
.slider_infos .diet {
    padding:10px 0 0 0;
    float:left;
    width:340px;
    display:block;
}
.slider_infos .diet h3 {
    text-transform:capitalize;
    padding-left:100px;
}
.slider_infos .next {
    width: 260px;
    float:right;
    text-align: right;
    display:block;
    background:url("../../images/design/calorie/dot-line.gif") repeat-y 0 0;
    padding:10px 0 0 5px;
}
.slider_infos .next.txt_gray, .next.txt_gray h3 {
    color:#999999;
}
.slider_infotxt {
    margin: 20px 30px 0 35px;
}
.slider_infotxt p{
    margin: 10px 0 0 0;
}
.slider_butten {
    float:left;
    margin-left:30px;
    height: 30px;
}
