body { 
    margin: 2px;
    padding: 0; 
    font-family:Helvetica, "Trebuchet MS", sans-serif, Tahoma;
    font-size:10pt;
    color: #999;
	list-style-type:circle;
}
body a{ 
    margin: 2px;
    padding: 0; 
    font-family:Helvetica, "Trebuchet MS", sans-serif, Tahoma;
	font-weight:bold;
    font-size:10pt;
    color: #999;
	list-style-type:circle;
}
body a:hover{ 
    margin: 2px;
    padding: 0; 
    font-family:Helvetica, "Trebuchet MS", sans-serif, Tahoma;
    font-size:10pt;
    color: #7EC63F;
	text-decoration:underline;
	list-style-type:circle;
}
#wrapper {
    width: 820px;
    margin: 0 5px;
	list-style-type: circle;
}

#intro {
    padding-bottom: 10px;
	list-style-type: circle;
}

h2 {
    margin: 5px;
    margin-bottom: 14px;
    padding: 0;
	list-style-type: circle;
}

#slider {
	width: 820px;
	margin: 0 auto;
	position: relative;
	list-style-type: circle;
}

.scroll {
	height: 410px;
	width: 820px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF;
	list-style-type: circle;
}

.scrollContainer div.panel {
    padding: 5px;
    height: 410px;
    width: 810px;
	list-style-type: circle;
}

#shade {
    background: #FFF;
    height: 10px;
}

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

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

ul.navigation a {
    padding: 5px;
    color: #7EC63F;
    text-decoration: none;
	font-size:10pt;
}

ul.navigation a:hover {
	text-decoration:underline;
}

ul.navigation a.selected {
    background-color: #fff;
	color: #F60;
	text-decoration:underline;
	font-weight:bold;
}

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

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

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

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

.hide {
    display: none;
}
