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

#intro {
    padding-bottom: 25px;
	color:#333;
	
}

#intro h4{
	color:#333;
}
/*h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}
*/
#slider {
    width: 920px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 920px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
 
}

.scrollContainer div.panel {
    padding: 20px;
    height: 390px;
    width: 900px;
	
	
}

div.panel .left-copy{
	width: 610px;
	float: left;
	padding-right: 10px;
}

div.panel .right-img{
	width: 280px;
	float: right;
}


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

ul.navigation{
	list-style: none;
	
}

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

ul.navigation li {
	list-style: none;
    display: inline;
	font-size: 16px;
	font-weight: bold;
}

ul.navigation a {
    padding: 10px;
    color: #8ab708;
    text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
    background-color: #8ab708;
	color: #fff;
	font-weight: bold;
}

ul.navigation a.selected {
    background-color: #8ab708;
	color: #fff;
	font-weight: bold;
}

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

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

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

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

.hide {
    display: none;
}
