#slider {
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow: auto;
  overflow-x:hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}
.scrollContainer div.panel {
  padding: 0;
}
.scrollButtons {
	cursor:pointer;
}
ul.navigation {
  white-space: nowrap;
  margin:0;
  padding:0 0 0 0px;
  list-style:none;
}

div#slider_nav {
	width:100%;
	float:left;
	padding-bottom: 20px;
}
ul.navigation li {
  float:left;
}

ul.navigation li.selected {
}

ul.navigation a {
  float:left;
  display:block;
  padding:1px 11px 1px 0px; 
  text-transform: none;
  text-decoration:none;
  font-weight:normal;
  width: auto;
}


ul.navigation a:hover,
ul.navigation li.selected a { 
    
    background-color: transparent;
    
}



ul.navigation #current a {
  background-color:#fff;
  border-bottom: 1px solid #fff;
  
 
}

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

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

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