﻿#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #034a31;
    border:medium;
    border-style: dotted ;
	border-color: #f8e7ab;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}


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: #f8e7ab;
    text-decoration: none;
}

ul.navigation a:hover {
    background: #bfffe9;
	color: #870010;
}

ul.navigation a.selected {
    background-color: #bfffe9;
    color: #870010;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}