#wrapper {
    width: 950px;
    margin: 0 auto;
	padding:20px;
	text-align:left;
}

#intro {
    padding-bottom: 10px;
	color:#FFF;
	text-align:justify;
}

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

#slider {
    width: 910px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 550px;
    width: 910px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 510px;
    width: 870px;
	overflow:auto;
}

#shade {
    background: #fff url(../images/shade.png) center no-repeat;
    height: 50px;
}

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

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

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

ul.navigation a:hover {
    background-color: #f6f6f6;
	background:url(../images/fsec_over.png) bottom repeat-x;
}

ul.navigation a.selected {
    background-color: #fff;
	background:url(../images/fsec.png) bottom repeat-x;
}

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

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

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

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

.hide {
    display: none;
}