

#prevslide, #nextslide {
    display:block;
    width:100px;
    height:100px;
    background:white;
    cursor: pointer;
    opacity:0.6;
    position:absolute;
    top:50%;
    left:0px;
}
#nextslide {
    right:0px;
    left:auto;
}



    
.headerbilder .actions {
    display:block;position:absolute;top:10px;left:10px;
    width:100px;height:20px;background:blue;
}
#playbutton {
    background:red;
}

    #thumb-tray{ position:fixed; z-index:3; bottom:0; left:0;  width:100%; overflow:hidden; text-align:center; }
        #thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:0px; height:108px; width:40px; }
            #thumb-back{ left:0; background:white;}
            #thumb-forward{ right:0; background:white;}
                #thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background:blue; }
        ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
            ul#thumb-list li{ padding:19px 9px; list-style:none; display:inline; overflow:hidden; float:left; margin:0; }
                ul#thumb-list li img {  opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
                ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
                ul#thumb-list li:hover{ cursor:pointer; }
#thumb-tray {
    background:#aaa;
}                
ul#thumb-list li img {
    width: 120px;
    height: 75px;
}
    
                
                                    