#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    padding: 0;
	font-family: trebuchet ms;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fa6716;
}

#slider {
    width: 697px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 697px;
	height:450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 432px;
    width: 697px;
	border-bottom: solid 1px #d3d3d3;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
	font-family: trebuchet ms;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    color: #35383a;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #ea460f;
}

ul.navigation a.selected {
    color: #ea460f;
}

ul.navigation a:focus {
    outline: none;
}

.list-spacing {padding: 5px 10px 5px 10px; color:#35383a; /* spacing between the links */
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}