#intro {
    padding-bottom: 10px;
}

 
#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
 
.scroll {
    height: auto;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
 
.scrollContainer div.panel {
    padding: 20px;
    height: auto;
    width: 940px;
}
 
#shade {
    background: #EDEDEC url(../images/site_graphics/shade.jpg) no-repeat 0 0;
    height: 50px;
}
 
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}
 
ul.navigation li {
    display: inline;
    margin-right: 2px;
}
 
ul.navigation a {
    padding: 10px;
    color: #383d41;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Helvetica;
    font-weight: bold;
    background-color: #d4e0ea;
}
 
ul.navigation a:hover {
    background-color: #83898d;
}
 
ul.navigation a.selected {
    background-color: #2071be;
    color: #fff;
}
 
ul.navigation a:focus {
    outline: none;
}
 
.scrollButtons {
    position: absolute;
    top: 250px;
    cursor: pointer;
}
 
.scrollButtons.left {
    left: -20px;
}
 
.scrollButtons.right {
    right: -20px;
}
 
.hide {
    display: none;
}