body { 
    margin: 0px;
    padding: 0px; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
    /* background-color: #EDEDEC; */
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 510px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 510px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #F1F1F1 url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 230px;
    width: 490px;
}

#shade {
    /*background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;*/
    /*height: 50px;*/
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #f1f1f1;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

/*.scrollButtons.left {*/
/*    left: -20px;*/
/*}*/

/*.scrollButtons.right {*/
/*    right: -20px;*/
/*}*/

.hide {
    display: none;
}
