@charset "UTF-8";
/* CSS Document */

/* This DIV acts as the window to the inner DIV */
#outerDiv 
{
    height: 300px;
    width: 500px;
    border: 1px solid black; 
    overflow: hidden;
}

/* This DIV carries the big image */
#innerDiv {
    position: relative; 
    left: 0px;
    top: 0px;
}

#slider-bg {
        position: relative;
        background:url(bg-fader.gif) 5px 0 no-repeat;
        height:28px;
        width:228px; 
    }

    #slider-thumb {
        cursor:default;
        position: absolute;
        top: 4px;
    }
