Hey,
I still get this weird error, that my slider is very thin.
It is like the slider box reduce its size on the first visit of the webside,
after I reload everything is fine.
The CSS for the Slider is:
div.box_slider {
    border:0px solid #989898;
    height:244px;
    width:690px;
}
#slidershow {
    width:684px !important;
    height:218px !important;
    overflow:hidden;
    margin:3px;
}
#slidershow img {
    height: 218px !important; 
}
#slider_prev, #slider_next {
    position:absolute;
    z-index:10;
    top:50px;
    opacity:0.8;
}
#slider_prev:hover, #slider_next:hover  {opacity:1;}
#slider_prev {left:3px;}
#slider_next {right:3px;}
webpage  www.baumspezi.de
Do you have another idea what could be wrong?
Thanks a lot