#example3 {
	background:url(images/home/home-nav-bg.png) left bottom no-repeat;
	height: 299px;
}
.effectContainer {
	margin: 0;
}
.slide {
	position: relative;
	height: 299px;
	width: 1000px;
	background: #fff;
}
.r1 {
	background: #f41;
}
.r1 p {
	padding-top: 10px;
	text-align: center;
	margin: 0;
	font-size: 0.6em;
}
.r2 {
	background: #55a5e0;
}
.r3 {
	text-align: left;
}
#introslide {
	background: #000;
	color: #000;
	text-align: center;
	z-index: 500;
}
#introslide p {
	padding-top: 50px;
	font-size: 0.9em;
	margin: 0;
}
#navigation {
	height: 15px;
	background: green;
}
div.circular {
	width: 1000px;
	height: 299px;
	background: none;
	z-index: 2;
}
.circular .slide {
	width: 1000px;
	height: 299px;
	text-align: left;
}

.circular a {
	cursor:pointer;
}


.s1 {
	background: url('website/main-pics/ipedecking.jpg');
}
.s2 {
	background: url('website/main-pics/ipesiding.jpg');
}
.s3 {
	background: url('website/main-pics/ipedecktiles.jpg');
}
.s4 {
	background: url('website/main-pics/ipe-decking.jpg');
}
#example3 {
	margin: -3px 0 10px 0;
}
#example3 a#back {
	margin: 100px 10px 0 10px;
	float:left;
	text-decoration: none;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position:absolute;
	z-index: 1000;
	background:url(website/main-pics/home-nav-prev.png) top center no-repeat;
}
#example3 a#back:hover {
	background:url(website/main-pics/home-nav-prev.png) bottom center no-repeat;
}
#example3 a#next {
	margin: -198px 0 0 950px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position:absolute;
	z-index:1001;
	background:url(website/main-pics/home-nav-next.png) top center no-repeat;
}
#example3 a#next:hover {
	background:url(website/main-pics/home-nav-next.png) bottom center no-repeat;
}
div.fadenav {
	width: 92px;
	height: 23px;
	display:block;
	top: 185px;
	left: 635px;
	padding-top: 8px;
	text-align:right;
	position: absolute;
	z-index: 1004;
}
div.fadenav a {
	display: block;
	text-decoration:none;
	float:left;
	width: 12px;
	height: 20px;
	margin: 0 0 0 2px;
	overflow: hidden;
	background: url(website/main-pics/nav-unselect.png) center center no-repeat;
}
div.fadenav a:hover {
	text-decoration: none;
}
div.fadenav a.current {
	background: url(website/main-pics/nav-select.png) center center no-repeat;
}
.text-holder {
	padding-top: 195px;
	width:380px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 102px;
}

.effectContainer a:link { color: #000; text-decoration:none; }
.effectContainer a:visited { color: #000; text-decoration:none; }
.effectContainer a:hover { color: #000; text-decoration:none; }
.effectContainer a:active { color: #000; text-decoration:none; }

.headline {
	text-decoration:underline;
	font-size:18px;
	font-weight:900;
	color: #000;
}

.small-head {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color: #000;
}

a.sub-headline  {
	font-size: 12px;
	text-decoration:none;
	font-weight: 100;
}

.home-nav-butt {
	margin-top: 5px;
}


