/*
Slideshow Addition
*/

#features {
	background: #2c3f4d;
	height: 430px;
	position: relative;
	width: 880px;
	}
	#features .feature {
		height: 340px;
		left: 0;
		position: absolute;
		top: 0;
		width: 880px;
		}
	#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: #ffffff;
			font-size: 26px;
			font-family: Times, "Times New Roman", 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: #ececec;
			font-size: 12px;
			line-height: 16px;
			padding-left: 30px;
			width: 390px;
			}
			
		#features p a {
			background: url(images/slideshow/arrow.jpg) 0px 2px no-repeat;
			color: #f9edc3;
			padding-left: 15px;
			}

		#features #feature-1 {
			background: url(images/slideshow/slide1.jpg) top left no-repeat;
			}
		#features #feature-2 {
			background: url(images/slideshow/slide2.jpg) top left no-repeat;
			}
		#features #feature-3 {
			background: url(images/slideshow/slide3.jpg) top left no-repeat;
			}
		#features #feature-4 {
			background: url(images/slideshow/slide4.jpg) top left no-repeat;
			}
			
	#features #feature-nav {
		bottom: 0;
		height: 93px;
		position: absolute;
		left: 0;
		width: 880px;
		}
		#feature-nav li {
			float: left;
			height: 92px;
			text-align: center;
			width: 220px;
			}
			#feature-nav li a {
				display: block;
				height: 92px;
				width: 220px;
				text-indent: -9000px;
				}
				#feature-nav li a:hover {
					cursor: pointer;
					}
			
		#feature-nav li#button1 {
			background: url(images/slideshow/button1.jpg) top left no-repeat;
			}
		#feature-nav li#button2 {
			background: url(images/slideshow/button2.jpg) top left no-repeat;
			}
		#feature-nav li#button3 {
			background: url(images/slideshow/button3.jpg) top left no-repeat;
			}
		#feature-nav li#button4 {
			background: url(images/slideshow/button4.jpg) top left no-repeat;
			}
			
		#feature-nav li#button1 a.active {
			background: url(images/slideshow/button1-active.jpg) top left no-repeat;
			}
		#feature-nav li#button2 a.active {
			background: url(images/slideshow/button2-active.jpg) top left no-repeat;
			}
		#feature-nav li#button3 a.active {
			background: url(images/slideshow/button3-active.jpg) top left no-repeat;
			}
		#feature-nav li#button4 a.active {
			background: url(images/slideshow/button4-active.jpg) top left no-repeat;
			}