#wrapper {
   /* width: 760px;*/
    margin: 0 auto;
}


#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    /*height: 600px;*/ /* This controls the vertical presence of the changing area */
    height: auto;
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
   /* padding: 20px;
    height: 210px;*/
    width: 650px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

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: 20px; /* position down from top where the arrows appear */
    cursor: pointer;
}

.scrollButtons.left {
    left: -10px; /* how far to the left or right from the content */
}

.scrollButtons.right {
    right: -10px;
}

.hide {
    display: none;
}
