
#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}


#slider {
    width: 660px;
    margin:0px 0px 0px 0px;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.scroll {
    padding-bottom:30px;
    width: 660px;
	height:590px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #EDEDED url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px 40px 20px 20px;
    height: 210px;
    width: 610px;
}

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

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

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

ul.navigation a {
    padding: 10px 37px 10px 37px;
    color: #EDEDED;
    text-decoration: none;
	background:url(../images/bigbutton.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

ul.navigation a.last {
    padding: 10px 36px 10px 36px;
    color: #EDEDED;
    text-decoration: none;
	background:url(../images/bigbutton.png);
}

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

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

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

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

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

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

.hide {
    display: none;
}

ul.facts li {
    margin-left: 20px;
}