

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

#slider {
	background-image: url(../img/sf-shade-content-autoparco.png);
	background-repeat: no-repeat;
	background-position: top;
    width: 920px;
    margin: 0 auto;
    position: absolute;
}

.scroll {
    height: 590px;
    width: 920px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border-top: 1px solid #e1dfdf;
}

.scrollContainer div.panel {
    padding: 18px;
    height: 500px;
    width: 880px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation a {
    font-family: 'WaukeganLDORegular';
	font-size:13px;
	letter-spacing: 1px;
    padding: 9px 12px;
    color: #000;
    text-decoration: none;
	text-shadow: 0 0 4px #888;
	float: left;
	margin: 10px 4px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
	border-radius: 4px;
}

ul.navigation a.selected {
    background-color: #EDC4D4;
	color: #fff;
	border-radius: 4px;
	text-shadow: 0 0 4px #000000;
}

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

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

.scrollButtons.left {
    left: -40px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}