#wrapper {
    width: 980px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 0px;
}

h2 {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    font-size: 24px;
}

#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
    /*background: #ff6600;*/
}

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

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 980px;
}


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

ul.navigation {
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
    padding-bottom: 9px;
    float: left;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
    padding: 0px;
}
/*ul.navigation li a {background:url(../gfx/menu/menu-right.gif) no-repeat right top;}
ul.navigation li a span {background:url(../gfx/menu/menu-left.gif) no-repeat left top;}*/
ul.navigation li a {
    padding: 8px 0 10px 5px;
    background: url(../gfx/menu/menu-left-link.gif) top left no-repeat;
    color: #000;
    text-decoration: none;
}
ul.navigation li a span {
    padding: 8px 10px 10px 5px;
    background: url(../gfx/menu/menu-right-link.gif) top right no-repeat;
    color: #000;
    text-decoration: none;
}

ul.navigation li a:hover span {
    color: #104773;
}

ul.navigation li a.selected {
    /*background-color: #104773;*/
    padding: 8px 0 10px 5px;
    background: url(../gfx/menu/menu-left.gif) top left no-repeat;
    color: #222;
}
ul.navigation li a.selected span{
    /*background-color: #104773;*/
    background: url(../gfx/menu/menu-right.gif) top right no-repeat;
    padding: 8px 10px 10px 5px;
    color: #222;
}

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

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

.scrollButtons.left {
    left: -88px;
    top: 235px;
    display: none;
}

.scrollButtons.right {
    right: -86px;
    top: 235px;
    display: none;
}

.hide {
    display: none;
}