#noah_scroller  {
    position: relative;
    float: left;
    width: 100%;
}
#noah_scroller  img { 
        border: 1px solid #ccc; 
        z-index: 100;
}


.caption-top, .caption-bottom {
    background: #000000;
    color: #ffffff; 
    cursor:default;
    padding:4px; 
    font-size:11px;   
    text-align:center;
}

.caption-top {
    border-width:0px;
}

.caption-bottom {
    border-width:0px;
}

.caption a, .caption a {
    background:#000;
    border:none; 
    text-decoration:none;  
    padding:2px;
}

.caption a:hover, .caption a:hover {
    background:#202020;
}

