@charset "utf-8";
/* CSS Document */


/** Slideshow **/

#feature_wrapper {
	width: 490px;
	height: 132px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}
ul#features {
	clear: left;
	float: left;
	height: 132px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	width: 490px;
	margin: 0;
	padding: 0;
	}
	ul#features li {
		display: block;
		float: left;
		height: 132px;
		position: absolute;
		top: 0;
		width: 490px;
		padding: 0;
		margin: 0;
		}
		ul#features li#f1 { left: 0px; top:0px; z-index: 1; }
		ul#features li#f2 { left: 490px; margin-left:0px; top:0px; z-index: 2; }
		ul#features li#f3 { left: 490px; margin-left:0px; top:0px; z-index: 3; }
		ul#features li#f4 { left: 490px; margin-left:0px; top:0px; z-index: 4; }
		ul#features li#f5 { left: 490px; margin-left:0px; top:0px; z-index: 5; }
		
		ul#features li img {
			position: absolute;
			top: 0;
			left: 0;
			}
		
	ul#features li div.wrap {
		background: #fff;
		clear: left;
		float: left;
		height: 132px;
		padding: 0px;
		width: 490px;
		}

		
	ul#features li div.feature-desc {
		background: url(http://etap.com/test/slider/images/featured-nav-back.png) repeat;
		padding: 5px 5px 5px 5px;
		position: absolute;
		left: 0px;
		top: 102px;
		width: 480px;
		z-index: 1000;
		text-decoration:none;
		}
		ul#features li div.feature-desc a h2 {
			font-family: Verdana;
			text-align:left;
			color: #eaeaea;
			font-size: .8em;
			font-weight:500;
			margin: 0;
			text-decoration: none;
			}
			
			ul#features li div.feature-desc a h2:hover {
				color: #99ff99;
				text-decoration:none;
				}
				
			ul#features li div.feature-desc a h2:active {
				text-decoration:none;
				}
				
			ul#features li div.feature-desc a h2:visited {
				text-decoration:none;
				}
			
				



	
