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

#intro {
    padding-bottom: 5px;
}

h2 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
  font-size: 16px;
  font-weight:bold;
  color: #393939;
}

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

.scroll {
    height: 200px;
    width: 556px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    font-size: 12px;
 background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
  font-weight:normal;
  color: #393939;
}

.scrollContainer div.panel {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 10px;
    width: 556px;
}

#shade {
    height: 10px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

ul.navigation li {

    display: inline;
    margin-right: 0px;

}

ul.navigation a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
    background: url(images/buttoninactive.jpg) no-repeat left top;
    color: #ffffff;
    font-weight:bold;
    font-size: 12px;
}

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


}

ul.navigation a.selected {
  font-size: 12px;
  font-weight:bold;
  color: #393939;
  background-color: #aced57;
  background: url(images/buttonactive.jpg) top left no-repeat;
  border-bottom: 1px;
  border-bottom-color: #ffffff;
}

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

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

.scrollButtons.left {
    left: 5px;
}

.scrollButtons.right {
    right: 5px;
}

.hide {
    display: none;
}