/* scrollable anfang */


.gallery {
    width: 520px;    
    border: 2px solid #e9e9e8;    
    border-bottom: 0;
    float: left;
}

.gallery div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 520px; 
    height: 200px; 
} 
 
.gallery div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
.gallery div.scrollable div.items div { 
    float:left; 
} 

.gallery .gallery_footer { 
    min-height: 18px;
    height: auto !important;
    height: 18px;
    font-size: 11px;
    width: 520px;    
    background-color: #E9E9E8;
    float: left;
}

.gallery .left_footer {
    float: left;
    width: 460px; 
    margin: 6px 1px 5px 6px;
    line-height: 15px;
    word-spacing: 1px;
}

.gallery .right_footer {
    float: right;
    width: 40px;
    margin: 4px 6px 4px 0;
    display: inline;
}

.gallery .next, 
.gallery .prev {
    cursor: pointer;
    float: right;    
}

/* scrollable ende */