@charset "UTF-8";
/* CSS Document */

/* panes */

.prev {
	position: relative;
	top: 3px;
	left: 100px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #57585b;
	font-weight: bold;
	text-indent: -9999px;
	background: url(../images/button_prev.png) top right no-repeat;
	border: 0px;
	width: 70px;
	height: 19px;
}

.next {
	position: relative;
	top: -16px;
	left: 180px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #57585b;
	text-indent: -9999px;
	background: url(../images/button_next.png) top right no-repeat;
	border: 0px;
	width: 70px;
	height: 19px;
}
#flowpanes {
	width:955px;
	height:246px;
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:950px;
	cursor:pointer;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

.slider {
	color: #6c6d6f;
	text-align: left;
	float: left;
	line-height: 140%;
	margin: 0px 45px 9px 9px;
	padding: 9px 0px 0px 0px;
	height: 240px;
	overflow: hidden;
	border: 0px solid #000;
}
.slider h1 {
	color: #588a67;
	font-size:1.9em;
	font-weight: bold;
	line-height:1;
	margin-top:0.5em;
	margin-bottom:0.25em;
}
.slider h2 {
	color: #588a67;
	font-size:1.9em;
	font-weight: bold;
	line-height:1;
	margin-top:0.5em;
	margin-bottom:0.25em;
}
.slider h3 {
	color: #588a67;
	font-size:1.6em;
	font-weight: bold;
	line-height:1;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.slider p {
	color: #6c6d6f;
	font-size: 110%;
	line-height: 160%;
}
.slider ol {
	color: #6c6d6f;
	font-size: 110%;
	line-height: 130%;
	padding: 0px 0px 0px 27px;
}
.slider ul {
	color: #6c6d6f;
	font-size: 110%;
	line-height: 130%;
	padding: 0px 0px 0px 27px;
}
.slider li {
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}
.slider img {
	float: left;
	border: 6px solid #fcfcf4;
	margin: 12px 24px 36px 4px;
	padding: 0px 0px 0px 0px;
	border-radius-top-left: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius-top-right: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.slider-object {
	position: relative;
	right: 0px;
	margin: 4px 24px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 6px solid #fcfcf4;
	border-radius-top-left: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius-top-right: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
