#slider {
    width: 680px;
	height:385px;
	background:url(../images/tabbed-content-back.gif) no-repeat left bottom;
    position: relative;
	padding:0 10px 0 30px;
}

.scroll {
    height: 330px;
    width: 640px;
    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: 30px 20px 20px 30px;
    height: 300px;
    width: 570px;
	position:relative;
}
.scrollContainer div.panel p {
	width:270px;
	font-size:18px;
}
.scrollContainer div.panel  h2 {
color:#416B10;
width:340px;
}
.scrollContainer div.panel .panel-img {
		position:absolute;
		right:20px;
		bottom:25px;
	}
ul.navigation {
    list-style: none;
    margin: 0;
	margin-left:-31px;
    padding: 0;
    padding-bottom: 9px;
	padding-left:5px;
}

ul.navigation li {
    display: inline;
	float:left;
	font-size:11px;
	margin-left:1px;
	
}

ul.navigation a {
    padding: 5px 7px 10px 7px;
    color: #6b8d6b;
    text-decoration: none;
	display:block;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
	color:#000;
}

ul.navigation a.selected {
    background-color: #FFF;
	color:#000;
	
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 130px;
    cursor: pointer;
	width:69px;
	height:137px;
}

.scrollButtons.left {
    left: -39px;
	background:url(../images/tabbs-left-arrow.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	overflow:hidden;
	text-indent:-1000px;
}
a.left:hover, a.right:hover {
	background-position:0px -138px;
}
.scrollButtons.right {
    right: -22px;
	background:url(../images/tabbs-right-arrow.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	overflow:hidden;
	text-indent:-1000px;
}

.hide {
    display: none;
}
