#wrapper {
    width: 641px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

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

.scroll {
    height: auto;
    width: 641px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #ffffff repeat-x left bottom;
}

.scrollContainer div.panel {
    padding: 0 20px 0 0;
    height: auto;
    width: 641px;
}

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

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

ul.navigation a { padding: 3px; color: #50504c; font-size: 11px; font-family: tahoma; line-height: 13px; text-decoration: underline; margin-right: 10px; }

ul.navigation a:hover { color: #4da430; font-size: 11px; font-family: tahoma; line-height: 13px; background-color: #fff; text-decoration: none; margin-right: 10px; padding: 3px; }

ul.navigation a.selected { color: #4da430; font-size: 11px; font-family: tahoma; line-height: 13px; background-color: #fff; text-decoration: none; margin-right: 10px; padding: 3px; }

ul.navigation a:focus { color: #4da430; font-size: 11px; font-family: tahoma; line-height: 13px; text-decoration: none; margin-right: 10px; padding: 3px; outline: none medium; }

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

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

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

.hide {
    display: none;
}
