.panes .scrollable
{
    border:0px;
    display:block;
    position: relative;    
    width: 903px;  
    height: 140px;
    overflow: hidden;    
}
.panes .scrollable .items
{
    position: absolute;
    width: 20000em;
    clear: both;
}
.panes .scrollable IMG
{
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    padding-bottom: 2px;
    background-color: #fff;
    margin: 3px;
    padding-left: 2px;
    width: 130px;
    padding-right: 2px;
    float: left;
    height: 90px;
    border-top: #ccc 1px solid;
    cursor: pointer;
    border-right: #ccc 1px solid;
    padding-top: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.panes .scrollable .active
{
    z-index: 9999;
    border-bottom: #000 2px solid;
    position: relative;
    border-left: #000 2px solid;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
}

