/*
Slideshow Addition
*/

#features {
	border: 1px solid #94814b;
	height: 328px;
	margin-bottom: 25px;
	margin-top: 5px;
	position: relative;
	width: 618px;
	}
	#features .feature {
		height: 328px;
		left: 0;
		position: absolute;
		top: 0;
		width: 618px;
		}
	#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 {
			border: none;
			color: #f4a703;
			font-size: 20px;
			font-weight: bold;
			text-shadow: 1px 1px #000;
			margin-bottom: 5px;
			padding: 0px;
			padding-top: 210px;
			padding-left: 200px;
			}
			
		#features #feature-1 p, #features #feature-2 p, #features #feature-3 p, #features #feature-4 p {
			color: #ececec;
			font-size: 12px;
			line-height: 16px;
			padding-left: 200px;
			width: 390px;
			}
			
		#features p a {
			background: url(images/slideshow/arrow.jpg) 0px 2px no-repeat;
			color: #f9edc3;
			}

		#features #feature-1 {
			background: url(images/slide-1.jpg) top right no-repeat;
			}
		#features #feature-2 {
			background: url(images/slide-2.jpg) top right no-repeat;
			}
		#features #feature-3 {
			background: url(images/slide-3.jpg) top right no-repeat;
			}
		#features #feature-4 {
			background: url(images/slide-4.jpg) top right no-repeat;
			}
			
	#features #feature-nav {
		left: 0px;
		top: 0px;
		height: 328px;
		position: absolute;
		width: 180px;
		}
		#feature-nav li {
			height: 82px;
			text-indent: -9000px;
			width: 180px;
			}
			#feature-nav li a {
				display: block;
				height: 82px;
				width: 180px;
				text-indent: -9000px;
				}
				#feature-nav li#button3, #feature-nav li#button3 a {
					height: 82px;
					}
				#feature-nav li a:hover {
					cursor: pointer;
					}
			
		#feature-nav li#button1 {
			background: url(images/feature-buttons.jpg) 0px 0px no-repeat;
			}
		#feature-nav li#button2 {
			background: url(images/feature-buttons.jpg) 0px -82px no-repeat;
			}
		#feature-nav li#button3 {
			background: url(images/feature-buttons.jpg) 0px -164px no-repeat;
			}
		#feature-nav li#button4 {
			background: url(images/feature-buttons.jpg) 0px -246px no-repeat;
			}
			
		#feature-nav li#button1 a.active {
			background: url(images/feature-buttons.jpg) -180px 0px no-repeat;
			}
		#feature-nav li#button2 a.active {
			background: url(images/feature-buttons.jpg) -180px -82px no-repeat;
			}
		#feature-nav li#button3 a.active {
			background: url(images/feature-buttons.jpg) -180px -164px no-repeat;
			}
		#feature-nav li#button4 a.active {
			background: url(images/feature-buttons.jpg) -180px -246px no-repeat;
			}
