@charset "UTF-8";
/* CSS Document */

#slidecontainer {
	width: 915px;
	height: 450px;
	float: left;
	margin-bottom: 20px;
}

div#feature_list {
	width: 915px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	top: 370px;
	height: 66px;
}

ul#tabs li {
	float: left;
	margin-left: 20px;
	height: 60px;
	width: 100px;
}
		
ul#tabs li a {
	display: block;
	height: 60px;
	outline: none;
	width: 100px;
	padding: 0;
	border: solid 3px #fff;
	-moz-box-shadow: 0px 1px 2px #333;
  	-webkit-box-shadow: 0px 1px 2px #333;
  	box-shadow: 0px 1px 2px #333;
}

ul#tabs li a.current,
ul#tabs li a:hover {
	border: solid 3px #eaeaea;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	width: 915px;
	height: 350px;
	position: relative;
	z-index: 1;
}

ul#output li {
	position: absolute;
	width: 915px;
	height: 350px;
}

ul#output li a {
	display: block;
	width: 915px;
	height: 350px;
}