

#wrapper {
    width: 265px;
    margin: 0 auto;
    float:left;
    padding-top:17px;
}



#slider {
    width: 265px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 264px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
  background-image:url("../ni_default/bg_nav_white.png");
  background-repeat:repeat-y;
}

.scrollContainer div.panel {
    height: 210px;
    width: 265px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

#page ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    margin-bottom:7px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
  color:grey;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}
.navigation a {

  background-color:grey;
  }
ul.navigation a.selected {
  background-color:#B12627;
  color:#B12627;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
