div.scrollWrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 300px;
}

div.scrollableArea
{
    position: relative;
    width: auto;
    height: 100%;
}

#scrollBar
{
    /*  width:100%;*/
    position: relative;
}
#scrollBar img
{

}

#scrollBar div.scrollableArea *
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}