/* http://jqueryfordesigners.com/demo/coda-slider.html */

#slider {
    width: 345px;
    margin: 10px 0 0 0;
    position: relative;
}

.scroll {
    height: 274px;
    width: 345px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 3px;
    height: 274px;
    width: 345px;
}
.scrollContainer div.panel img {
    padding: 3px;
    background: #e0e0e0; 
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    margin-left: 25px;
    margin-top: 5px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.navigation a {
    margin: 0 3px;
    padding: 0 4px 0 5px;
    color: #5F3117;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #CFCBC2;
    background: #fff;
}

ul.navigation a:hover {
    border: 1px solid #CFCBC2;
    background: #edebe7;
}

ul.navigation a.selected {
    border: 1px solid #CFCBC2;
    background: #edebe7;
}

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

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

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}
