#wrapper {
    width: 940px;
    height: 480px;
    margin: 0 10px 30px;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 890px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 430px;
    width: 890px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(imgs/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    height: 430px;
    width: 890px;
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 7px 0px 0px;
    padding-bottom: 9px;
    margin-left: 514px;
    font-size:12px;
}

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

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

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

ul.navigation a.selected {
    background-color: #fff;
}

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

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

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

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

.hide {
    display: none;
}

div#greater {background: #fff url(../imgs/dem-greater.jpg) top left no-repeat;}
div#poulsbo {background: #fff url(../imgs/dem-poulsbo.jpg) top left no-repeat;}
div#site {background: #fff url(../imgs/dem-site.jpg) top left no-repeat;}
