#slider { /* sets width of the entire slider module */
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 399px;
padding:0px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(/pics/slider/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    width: 400px; /* should be 1-2px wider than .scroll */
}


/* #shade {
    background: url(/pics/header-shadow2.jpg) no-repeat top center;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
padding-top:7px;
    padding-bottom: 9px;
text-align:center;
background:url(/pics/header-shadow2.jpg) no-repeat bottom center;
height:31px;
}

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

ul.navigation a {
    padding: 10px;
    color: #578340;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #e4ece4;
color:#613428;
}

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

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

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
z-index:50;
}

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

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

.hide {
    display: none;
}

.label {
margin-top:-90px;
height:100px;
color:#fff;
background:#000;
opacity:0.7;filter:alpha(opacity=70);
}

.label h2, .label p {
margin:0;
}

.label h2 {
padding:20px 0 0 20px;
font-weight:normal;
font-size:20px;
}

.label p {
padding:0 20px 0 20px;
}
