.float_left {float: left;}

body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-image: url(images/header.jpg);
    background-repeat: repeat-x;
    height: 185px;
}

#header {
    background-image: url(images/logo.png);
    height: 160px;
    width: 837px;
    margin: 0px auto;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
    font-size: .875em
}

#footer {text-align: center; font-size: .8em}

#intro {
    padding-bottom: 1px;
}

a {color: #666600}

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

#slider {
    width: 740px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #999999;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.scroll {
	height: 320px;
	width: 740px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	margin-top: 20px;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 320px;
    width: 700px;
}

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

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
	background-color: #999999;
}

ul.navigation a.selected {
	background-color: #CCCCCC;
}

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

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

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

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

.hide {
    display: none;
}