#wrapper {
    width: 903px;
    margin: 0;
}

#intro {
    padding-bottom: 10px;
}

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

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

.scroll {
    height: 268px;
    width: 889px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 268px;
    width: 889px;
}

ul.navigation {
	position:absolute;
	margin-top:13px;
	margin-left:400px;
    text-align:center;
	width:400px;
	z-index:15;
}

ul.navigation li {
    display: inline;
    padding:3px;
}

ul.navigation a {
    padding:3px 2px;
    color: #eee7e1;
    text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
    color: #dad1c9;
	background:transparent url("img/bar_over.png") no-repeat center 17px;
}

ul.navigation a.selected {
    color: #c5b8a9;
	border:1px solid #1d1d1c;
}

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

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

.scrollButtons.left {
	position: absolute;
    top: 3px;
    left: 420px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("img/prev.png") no-repeat 0 0;
	z-index:20;
}
.scrollButtons.left:hover {
    background-position: -32px 0;
}

.scrollButtons.left:active {
    background-position: -64px 0;
}

.scrollButtons.right {
	position: absolute;
    top: 4px;
    right: 38px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("img/next.png") no-repeat 0 0;
	z-index:20;
}
.scrollButtons.right:hover {
    background-position: -32px 0;
}

.scrollButtons.right:active {
    background-position: -64px 0;
}

.hide {
    display: none;
}