#slider {
  margin: 0 auto;
  position: relative;
  background-image:url(../bilder_layout/bg_main_absoften_blau.png);
  background-repeat:repeat;
  padding:5px;
}

.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 4px;
  list-style:none;
}

div#slider_nav {
	width:100%;
	float:left;
	
}
ul.navigation li {
	float:left;
	margin: 2px 2px 0 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #154178;
	border-right-color: #154178;
	border-bottom-color: #154178;
	border-left-color: #154178;
	background-image:url(../bilder_layout/hintergrund_column.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
ul.navigation li.selected {
	border-bottom: 1px solid #0F0;
}

#inhalte ul.navigation a {
	float:left;
	display:block;
	color:#FFF;
	padding:1px 11px 1px 8px;
	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 {
 
  border-bottom: 1px solid #fff;
  
 
}

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

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

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