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

#intro {
    padding-bottom: 10px;
}

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

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

.scroll {
    height: 380px;
    width: 700px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px 20px 0px 20px;
    height: 210px;
    width: 660px;
}

#shade {
    height: 20px;
}

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;
}

.hide {
    display: none;
}

.panel img{border:none; width:660px;}


.scrollButtonsleft {
position:absolute;
left:-20px;
top:60px;
background-image:url(images/arrow-left.gif);
width:15px;
height:100px;
cursor: pointer;
}

.scrollButtonsleft:hover {
background-position: -15px 0px;
}

.scrollButtonsright {
position:absolute;
left:705px;
top:60px;
background-image:url(images/arrow-right.gif);
width:15px;
height:100px;
background-position: -15px 0px;
cursor: pointer;
}

.scrollButtonsright:hover {
background-position: 0px 0px;
