#wrapper {
    width: 860px;
    margin: 0 0 0 0;
}

#intro {
    padding-bottom: 10 px;
}

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

#slider {
	width: 800px;
	position: relative;
	left: 190px;
	top: 200px;
}

.scroll {
	height: 720px;
	width: 760px;
	overflow: visible;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
	border:1px solid black;
	left: 20px;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 760px;
	width: 740px;
	position:relative;
	left: 0;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	list-style-position:inside;
}

ul.navigation li {
    display: inline;
	width:750px;

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.navigation a {
    padding: 0px;
    color: #fff;
	border-bottom-color:#FC6;
	border-bottom-width:medium;
    text-decoration: none;
}

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

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

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

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

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

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

.hide {
    display: none;
}
