#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

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

.scrollContainer div.panel {
    height: 275px;
    padding: 0 15px 15px 15px;
    width: 570px;
}

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

#slider ul.navigation {list-style-type: none; position: absolute; top: 320px; left: 285px; font-size: 0.70em;}
#slider ul.navigation li {display: inline; width: 10px; height: 10px; text-indent: -9999px;}
#slider ul.navigation li a {display: block; float: left; width: 10px; height: 10px; background: url(images/featured-radio.png) no-repeat center;}
#slider ul.navigation li a.selected {background: url(images/featured-radio-on.png) no-repeat center;}
/*
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: 320px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 6px;
}

.scrollButtons.right {
    right: 6px;
}

.hide {
    display: none;
}
