

#wrapper {
    width: 860px;
    margin: 0 auto;background:#09F;
}

#intro {
    padding-bottom: 10px;
}

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

#slider {
    width: 890px;
	height: 470px;
    margin: 0 auto;
    position: relative;
	
	
	
	
	
	
}

.scroll {
    height: 450px;
    width: 870px;
    overflow: auto;
    position: relative;
    clear: left;
    background: #fff;
}

.scrollContainer div.panel {
  padding-top: 15px;
    height: 470px;
    width: 870px;
	
	
	
}

#shade {
    background: #EDEDEC url(bilder/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: 5px;
	
}

ul.navigation a {
    padding: 0px;
    color: #000;
    text-decoration: none;
	background:ff0000;
}

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

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

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

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

.scrollButtons.left {
    left: -80px;
	top: 190px;
	z-index:2;
}

.scrollButtons.right {
    right: -50px;
	top: 190px;
	z-index:3;
}

.hide {
    display: none;
}