/*
body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}

#intro {
    padding-bottom: 10px;
}

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


#wrapper {
    width: 880px;
    height: auto;
    margin: 0 auto;
   background-color:#330;
  /* border: #cc6 solid 1px; */
}

#slider {
    width: 880px;
    margin: 0 auto;
    position: relative; /* relative allows abs positioning of scrolling arrows */
    background-color:#330;
}

.scroll {
    height: 540px;
    width: 880px;
    overflow: auto; /* allows user to see scrolling even if js disabled */
    overflow-x: hidden;
    position: relative; /* fix for IE to respect overflow */
    clear: left;
/*    border: solid 1px #fc0; */
    background: #220;
/*  background: #663 url(coda_slider/content_pane-gradient.gif) repeat-x scroll left bottom; */
}

.scrollContainer div.panel {
    padding:10px 40px;
 /*   height: 510px; */
    width: 800px; /* change to 20px less if not using JS to remove rh.scroll */
    background-color:#220;
}


/*
#shade {
    background: #EDEDEC url(coda_slider/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: #69c;
    text-decoration: none;
}

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

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

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

/* 
buttons breaking. think it has to do with panel v. panels, but i can't figure it out, so they're off for now
-ewee


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

.scrollButtons.left {
    left: 848px;
}

.scrollButtons.right {
    right: 0px;
}
*/


.hide {
    display: none;
}