/*
Slideshow Addition
*/

#features {
	background: #2c3f4d;
	height: 395px;
	position: relative;
	width: 635px;
	}
	#features .feature {
		height: 340px;
		left: 0;
		position: absolute;
		top: 0;
		width: 635px;
		}
	#features #feature-2,
	#features #feature-3,
	#features #feature-4,
	#features #feature-5 {
		display: none;
		}

		#features #feature-1 h2, #features #feature-2 h2, #features #feature-3 h2, #features #feature-4 h2, #features #feature-5 h2 {
			color: #ffffff;
			font-size: 28px;
			font-family: Myriad Pro, Arial, Helvetica, sans-serif;
			font-style: italic;
			font-weight: 600;
			text-shadow: 1px 1px #000;
			padding-top: 215px;
			padding-left: 20px;
			}
			
			#features h2 span.yellow {
				color: #f9edc3;
				}

		#features #feature-1 p, #features #feature-2 p, #features #feature-3 p, #features #feature-4 p, #features #feature-5 p {
			color: #ececec;
			font-size: 12px;
			line-height: 16px;
			padding-left: 20px;
			width: 520px;
			}
			
		#features p a {
			background: url(/images/slideshow/arrow.jpg) 0px 2px no-repeat;
			color: #f9edc3;
			padding-left: 0px;
			}

		#features #feature-1 {
			background: url(../images/feature-packet.jpg) top left no-repeat;
			}
		#features #feature-2 {
			background: url(../images/feature-doctors.jpg) top left no-repeat;
			}
		#features #feature-3 {
			background: url(../images/feature-shipyards.jpg) top left no-repeat;
			}
		#features #feature-4 {
			background: url(../images/feature-treatment.jpg) top left no-repeat;
			}
		#features #feature-5 {
			background: url(../images/feature-veterans.jpg) top left no-repeat;
			}
			
	#features #feature-nav {
		bottom: 0;
		height: 55px;
		position: absolute;
		left: 0;
		width: 635px;
		}
		#feature-nav li {
			float: left;
			height: 55px;
			text-align: center;
			width: 127px;
			}
			#feature-nav li a {
				display: block;
				height: 55px;
				width: 127px;
				text-indent: -9000px;
				}
				#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) -127px 0px no-repeat;
			}
		#feature-nav li#button3 {
			background: url(../images/feature-buttons.jpg) -254px 0px no-repeat;
			}
		#feature-nav li#button4 {
			background: url(../images/feature-buttons.jpg) -381px 0px no-repeat;
			}
		#feature-nav li#button5 {
			background: url(../images/feature-buttons.jpg) -508px 0px no-repeat;
			}
			
		#feature-nav li#button1 a.active {
			background: url(../images/feature-buttons.jpg) 0px -55px no-repeat;
			}
		#feature-nav li#button2 a.active {
			background: url(../images/feature-buttons.jpg) -127px -55px no-repeat;
			}
		#feature-nav li#button3 a.active {
			background: url(../images/feature-buttons.jpg) -254px -55px no-repeat;
			}
		#feature-nav li#button4 a.active {
			background: url(../images/feature-buttons.jpg) -381px -55px no-repeat;
			}
		#feature-nav li#button5 a.active {
			background: url(../images/feature-buttons.jpg) -508px -55px no-repeat;
			}
