.scrollable {
    position:relative;
    overflow:hidden;
    width:100%;
    height:170px;
    border:1px solid #ccc;
    background:url(/img/h300.png) repeat-x;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.scrollable img {
    float:left;
    margin:5px 5px 5px 5px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    height:150px;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.navi { 
    margin-left:428px;
    width:200px; 
    height:20px; 
} 
 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(/img/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
.navi a.active { 
    background-position:0 -16px;      
}