#wrapper-slider {
    width: 940px;
    margin: 0 auto;
	padding-top:5px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	position: relative;
}
#slider h2 {
	color:#714C23;
	float:left;
	font-size:2em;
	margin:19px 0 -10px 45px;
	padding:0 0 0 0;
	text-transform:none;
}
#slider h3 {
	color:#714C23;
	font-size:1.2em;
	margin:0;
	text-transform:none;
	width:334px;
}

.scroll {
    height: 545px;
    width: 929px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: none;
	border:none;
}

.scrollContainer div.panel {
	height: 485px;
	width: 909px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.scroll ul { padding:0 0 0 20px;}

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

.scrollButtons.left {
    left: -27px;
	z-index:99;
	top:200px;
}

.scrollButtons.right {
	right:368px;
	top:200px;
}

.hide {
    display: none;
}
/*.panel img {float:left;}*/
.panel img {
	float:left;
	padding:31px;
	background:transparent url("../../images/bg-clear.png") no-repeat center top;
	
}
.desc {
	background:transparent url(../../images/bg-lead.png) no-repeat scroll center top;
	border-left:1px solid #E0DBB6;
	border-right:1px solid #E0DBB6;
	border-top:1px solid #E0DBB6;
	color:#291800;
	float:right;
	margin:20px 0 0 0;
	min-height:137px;
	padding:0;
	position:relative;
	width:324px;
	border-radius-topright: 20px;
	border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
.desc h3 {
	padding:0 0 0 32px;
}
.desc p{	
	padding:21px;
	margin:0;
}
/*#navcontainer, #navcontainer2 { 
	float:right;
	margin:0 8px 0 0;
	text-align: left;
	background: url("../../images/bg-lead.png") no-repeat center top;
	position:relative;
	padding:20px;
	width:124px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E0DBB6;
	border-right-color: #E0DBB6;
	border-left-color: #E0DBB6;
	border-radius-topright: 20px;
	border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
#navlist {
	
}
		  
#navcontainer ul, #navcontainer2 ul  {
	margin-left: -26px;
	padding-left: 0;
	list-style-type: none;
}
#navcontainer ul li, #navcontainer2 ul li {
}
#navcontainer a, #navcontainer2 a {
	display: block;
	padding: 8px 0 0 26px;
	width: 160px;
	color:#714B23;
	height:22px;
	width:149px;
	float:left;
}

#navcontainer a:link, #navcontainer2 a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer2 a:hover {
	color: #291800;
	background-image: url(../../images/bg-subnav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}*/

.navigation-wrap {	
	position:relative;
	z-index:1002;
	float:right;
	margin: -107px 11px 0;
	background: url("../../images/bg-lead.png") no-repeat center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E0DBB6;
	border-right-color: #E0DBB6;
	border-left-color: #E0DBB6;
	border-radius-topright: 20px;
	border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
ul.navigation {
    list-style: none;
	margin:0 0 0 -26px;
	padding:20px;
	float:left;
	width:331px;
	
}
ul.navigation li { 
	width:160px;
	float:left;
}
ul.navigation li a{
	padding:10px 0 0 30px;
}

ul.navigation a {
    text-decoration: none;
	color:#714B23;
}

ul.navigation a:hover, ul.navigation a.selected  {
	background-image: url(../../images/bg-subnav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #291800;
}


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