/*
Slideshow Addition
*/

#features {
	background: #f4f2e8;
	border-bottom: 1px solid #a89f7f;
	display: block;
	height: 440px;
	margin: 0px auto;
	position: relative;
	width: 570px;
	margin-bottom: 15px;
	}
	#features .feature {
		height: 440px;
		left: 0;
		position: absolute;
		top: 0;
		width: 570px;
		}
	#features #feature-2,
	#features #feature-3,
	#features #feature-4 {
		display: none;
		}

		#features #feature-1 h2, #features #feature-2 h2, #features #feature-3 h2, #features #feature-4 h2 {
			color: #65470a;
			font-size: 26px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: 500;
			text-shadow: 1px 1px #000;
			padding-top: 185px;
			padding-left: 30px;
			}
			
			#features h2 span.yellow {
				color: #f9edc3;
				}

		#features #feature-1 p, #features #feature-2 p, #features #feature-3 p, #features #feature-4 p {
			color: #65470a;
			font-size: 12px;
			line-height: 16px;
			padding-top: 330px;
			width: 540px;
			}
			
		#features p a {
			background: url(/images/slideshow/arrow.jpg) 0px 2px no-repeat;
			color: #65470a;
			}

		#features #feature-1 {
			background: url(../images/slide-one.jpg) top left no-repeat;
			}
		#features #feature-2 {
			background: url(../images/slide-two.jpg) top left no-repeat;
			}
		#features #feature-3 {
			background: url(../images/slide-three.jpg) top left no-repeat;
			}
		#features #feature-4 {
			background: url(../images/slide-four.jpg) top left no-repeat;
			}
			
	#features #feature-nav {
		height: 20px;
		position: absolute;
		left: 15px;
		top: 300px;
		width: 120px;
		}
		#feature-nav li {
			float: left;
			height: 22px;
			margin-right: 5px;
			text-align: center;
			width: 20px;
			}
			#feature-nav li a {
				color: #771718;
				display: block;
				font-weight: bold;
				padding: 5px;
				text-decoration: none;
				}
				#feature-nav li a:hover {
					cursor: pointer;
					}
			
				#feature-nav li a.active {
					background: #cec8b4;
					}
