body, html { height: 100%; overflow:hidden;}

body { 
    margin: 10px;
    padding: 0; 
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
	color: #446518;
	font-style: bold;
	text-align: center;
	background-color: #d6eaba;
}

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

#intro {
    padding-bottom: 10px;
}

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

#slider {
    width: 530px;
    margin: 0 auto;
    position: relative;
	height: 320px;
	font-style: italic;
}

.scroll {
    width: 530px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	height: 100%;
}

.scrollContainer div.panel {
    padding: 0px;
    width: 530px;
	height: 320px;
	display: block;
	background-repeat:no-repeat;
	text-align: left;
}

#shade {
    height: 0px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 8px;
	float: right;
	font-size: 11px;
	font-style:oblique;
}

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

}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-style: normal;
	background-color: #8cc63f;
	color: #FFF;
}

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

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

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

.scrollButtons {
    
}

.scrollButtons.left {
	display: none;
}

.scrollButtons.right {
	right: none;
}


.hide {
    display: none;
}


.buttons {
	right: 10px;
	top: 284px;
	position: absolute;
	height: 33px;
}

form {
    padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

input, textarea, select {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
	color: #446518;
    border: 1px solid #8cc63f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
}