#wrapper {
    width: 700px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: auto;
	width: 700px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.scrollContainer div.panel {
    padding: 20px;
    height: auto;
    width: 680px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top:10px;
	padding-bottom:6px;
}

ul.navigation li {
    display: inline;
	margin-left: 10px;
}

ul.navigation a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
	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: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	background-color: #8bc5a1;
	padding:6px;
}

ul.navigation a:hover {
	background-color: #d9e8d2;
	padding:6px;
}

ul.navigation a.selected {
	background-color: #d9e8d2;
	padding:6px;
	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: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

ul.navigation a:focus {
    outline: none;
	padding:6px;
}


.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 10px;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}
