

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

.scroll {
    xxheight: 250px;
    width: 420px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border:dotted 1px #CC66CC;
    background: #FFFFFF url(/images/slider-bg.jpg) no-repeat center center;
}

.scrollContainer div.panel {
    padding: 20px;
    xxheight: 210px;
    width: 380px;
}

#shade {
    xxbackground: #EDEDEC url(http://shared.everyanglemedia.com/scripts/jquery/codaslider/images/shade.jpg) no-repeat 0 0;
    height: 15px;
}

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

ul.navigation li {
    display: inline;
    margin-right: 5px;
}

ul.navigation a {
    padding: 8px;
    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: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}