body { 
    margin: 10px;
    padding: 0;
}

#wrapper {
    width: 901px;
    margin: 0 auto;
	padding:12px 17px 0 17px;
	float:left;
	display:inline;
}

#intro {
    padding-bottom: 10px;
}


#slider {
    width: 901px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 901px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    display: inline;
    float: left;
	min-height: 395px;
	height: auto !important;
	height: 395px;
	width: 901px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 20px 0 10px 0;
	font-family: trebuchet ms;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 10px;
    color: #787878;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #fa6716;
}

ul.navigation a.selected {
    color: #fa6716;
}

ul.navigation a:focus {
    outline: none;
}

.list-spacing {padding: 5px 10px 5px 10px; /* spacing between the links */
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}