.scroller {
    border: 1px solid #aaa;
    width: 160px;
    height: 100px;
}

.scroller ul {
    margin: 0;
    padding: 2px;
    list-style: none;
    line-height: 18px;
    overflow: hidden;
    float: left;
    height: 96px;
    width: 132px;
}

.scroller ul li {
    display: block;
    background: #fff url('del.jpg') no-repeat 2px center;
}

.scroller ul li a {
    display: block;
    height: 18px;
    text-decoration: none;
    padding-left: 14px;
    border: 0;
}

.scroller ul li a:hover {
    background: #eee url('del.jpg') no-repeat 2px center;
}

.topper, .bottomer {
    font-family: arial;
    font-size: 10px;
    cursor: pointer;
    height: 18px;
    padding-top: 1px;
}

.navi {
    background-color: #fcfcfc;
    height: 100px;
    margin-left: 134px;
    border-left: 1px solid #ccc;
}

.topper {
    border-bottom: 1px solid #ccc;      
    background: #fff url('up.jpg') no-repeat center center;
    text-align: left;  
    height: 22px;
}

.bottomer {
    border-top: 1px solid #ccc;
    background: #fff url('down.jpg') no-repeat center center;
    margin-top: 56px;
}

