*,html {border:0;padding:0}

#wrapper {
    width: 680px;
    margin: 0 auto;
    border:0px solid green;
    padding:0;

}

#intro {
    padding-bottom: 10px;
}

/*
#slider {
    border:1px solid red;
    width: 640px;
    margin: 0;padding:0;
}*/

.scroll {
    padding:0; margin:0;
    border:0px solid blue;
    height: 428px;
    width: 640px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(img/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    border:0px solid blue;
    padding: 0px;
    height: 428px;
    width: 640px;
}

#shade {
    background: #EDEDEC url(img/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: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

.scrollButtons {
	border:1px solid yellow;
    position: absolute;
    bottom: 200px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}