

#slider {
    width: 800px;
    margin: 0;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.scroll {
    height: 520px;
    width: 740px;
    margin-top: -60px;
    padding-top: 0px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;

    clear: left;
/*  border: 1px dotted #c43d8c; */

}
.scroll-wide {
    height: 520px;
    width: 900px;
    margin-top: -60px;
    padding-top: 0px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;

    clear: left;
    border: 1px dotted #c43d8c; 
}

.scrollContainer div.panel {
    padding-left: 20px;
    height: 210px;
    width: 720px;
}

.scrollContainer div.panel-wide {
    padding-left: 20px;
    height: 210px;
    width: 720px;
}

/** #shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
} *//

ul.navScroll {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;

}

ul.navScroll li {
    display: block;
    margin-right: 0px;
    font-size: 16px;
    height: 40px;

}

ul.navScroll a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    background-color: #77a8b1;
    color: #fff;

}

ul.navScroll a:hover {
	background-color: #66b14b;
}

ul.navScroll a.selected {
    background-color: #c43d8c;
    
}

ul.navScroll a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 450px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -0px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}