#slider {
/*    margin-top: 20px;*/
    width: 980px;
/*    margin: 0 auto;*/
    position: relative;
/*    border: 1px solid;*/
}

.scroll {
/*    height: 250px;*/
    width: 980px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
/*    border: 1px solid;*/
/*    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/

}

.scrollContainer div.panel {
    padding: 20px 20px 0;
    height: auto;
/*    height: 210px;*/
    width: 940px;
    text-align: justify;
/*    border: 1px solid;*/
}

#shade {
    background: #EDEDEC url(../img/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 0;
/*    padding-bottom: 9px;*/
/*    border: 1px solid;*/
}

ul.navigation li {
    float: left;
/*    margin-right: 1px;*/
/*    margin-right: 10px;*/
}

ul.navigation a {
    border-radius: 8px 8px 0 0;
    moz-border-radius: 8px 8px 0 0;
    webkit-border-radius: 8px 8px 0 0;
    border: 1px solid;
    border-bottom: none;
    padding: 12px 8px 10px;
    color: #979797;
    text-decoration: none;
    font-size: 16px;
}

ul.navigation a:hover {
    background-color: #FAB04E;
    color: white;
/*    background-color: #F3FFFC;*/
/*    border: 1px solid #000;*/
}

ul.navigation a.selected {
    background-color: #D7D2D2;
    color: #000;
    border: none;
/*    border: 1px solid red;*/
}

ul.navigation a:focus {
    outline: none;
}

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

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

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

.hide {
    display: none;
}
