/*
Slideshow Addition
*/

#features {
	height: 485px;
	position: relative;
	width: 660px;
	}
	#features .feature {
		height: 485px;
		left: 0;
		position: absolute;
		top: 10px;
		width: 650px;
		}
	#features #feature-2,
	#features #feature-3,
	#features #feature-4,
	#features #feature-5 {
		display: none;
		}
		
		#features .feature img.splash-shot {
			position: absolute;
			right: 0;
			top: 0;
			}
			
		#features .feature .blurb {
			left: 0; 			
			position: absolute;
			top: 400px;
			width: 650px;
			}

		#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: #333;
			font-size: 12px;
			line-height: 16px;
			padding-left: 0px;
			width: 540px;
			}
			
		#features p a {
			background: url(/images/slideshow/arrow.jpg) 0px 2px no-repeat;
			color: #283890;
			padding-left: 0px;
			}
			
		#features .feature .blurb img.blurb-tag {
			position: absolute;
			right: 0px;
			top: 10px;
			}
			
	#features #feature-nav {
		top: 10px;
		height: 268px;
		position: absolute;
		left: 0;
		width: 46px;
		}
		#feature-nav li {
			height: 46px;
			margin-bottom: 9px;
			text-align: center;
			width: 46px;
			}
			#feature-nav li a {
				display: block;
				height: 46px;
				width: 46px;
				text-indent: -9000px;
				}
				#feature-nav li a:hover {
					cursor: pointer;
					}
			
		#feature-nav li#button1 a { background: url(images/jcb-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button1 a.active { background: url(images/jcb-thumb.jpg) 0px -46px no-repeat; }
		#feature-nav li#button2 a { background: url(images/jlg-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button2 a.active { background: url(images/jlg-thumb.jpg) 0px -46px no-repeat; }
		#feature-nav li#button3 a { background: url(images/hyster-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button3 a.active { background: url(images/hyster-thumb.jpg) 0px -46px no-repeat; }
		#feature-nav li#button4 a { background: url(images/trackmobile-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button4 a.active { background: url(images/trackmobile-thumb.jpg) 0px -46px no-repeat; }
		#feature-nav li#button5 a { background: url(images/genie-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button5 a.active { background: url(images/genie-thumb.jpg) 0px -46px no-repeat; }
		#feature-nav li#button6 a { background: url(images/yale-thumb.jpg) 0px 0px no-repeat; }
		#feature-nav li#button6 a.active { background: url(images/yale-thumb.jpg) 0px -46px no-repeat; }		

