﻿

#slider {
    width: 520px;
    margin: 0 auto;
    position: relative;
    border:none;
    background-color:#fdfbee;
}
a.sbox:link{ text-decoration: none; color:#fdfbee }
a.sbox:visited{ text-decoration: none; color:#fdfbee }

.scroll {
    height: 425px;
    width: 520px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color:#fdfbee;
}

.scrollContainer div.panel {

    float:left;
    position:relative;
    background-color:#fdfbee;
    
}

#shade {
    /*background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;*/
    height: 50px;
}

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:#fdfbee;
}

ul.navigation a.selected {
    background-color:#fdfbee;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -70px;
}

.scrollButtons.right {
    right: -70px;
}

.hide {
    display: none;
}
