﻿/*body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}*/

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 700px;
    margin: 1em auto 4em auto;
    position: relative;
    border: 1px solid #00adef;
}

.scroll {
    height: 400px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fefefe url("../images/content_pane-gradient.gif") repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 400px;
    width: 700px;
}

#shade {
    background: #EDEDEC url("../images/shade.jpg") no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    background: url("../images/map/route.gif") repeat-x;
    clear: both;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 0px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    
}

ul.navigation a.selected {
    
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    border: 0px solid transparent;
    outline: none;
    display: none;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

