

#content {
	width: 960px;
	margin-top:5px;
	height:410px;
	padding-bottom:10px;
	border-bottom:1px solid rgb(204,204,204);
}


	div#feature_list {
	width: 960px;
	height:400px;
	overflow: hidden;
	position: relative;
	float:left;
}

	div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

	ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

	ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
		
	ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

	ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

	ul#tabs li a:hover {
	text-decoration: underline;
}

	ul#tabs li a.current {
	background:  url('feature-tab-current.png');
	color: #FFF;
}

	ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

	ul#output {
	right: 0;
	width: 675px;
	height:400px;
	position: relative;
}

	ul#output li {
	position: absolute;
	width: 675px;
	height: 400px;		
}

	ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 40px;
	font-family: Arial;
	padding: 12px 14px;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;	
	background: black;
}
		
	ul#output li a:hover {
	background: rgb(255,102,0);		
}



	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
