#slider {
    width: 640;

    position: relative;
}

.scroll {
    min-height: 450px;
    height: auto;
    width: 640px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url() repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    float: center;

    height: auto;
    width: 638px;

     border: 1px solid #2c5584;
}

#shade {

    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
        padding: 10px 25px;
font-size: 15px;
    color: #fff;
    text-decoration: none;
     background-color: #3e77ba ;
         border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.navigation a:hover {
    background-color: #a2adba ;
}

ul.navigation a.selected {
    background-color: #2c5584;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 25px;
font-size: 15px;
}

ul.navigation a:focus {
    outline: none;

}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}