div#feature_list {
	width: 880px;
	height: 240px;
	overflow: hidden;
	position: relative;
	}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
	}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 320px;
	background: url(../images/sitephotos/homepage/featurebg.png) 33px -3px no-repeat;
	}

ul#tabs li {font-size: 13px;}

ul#tabs li img {
	padding: 0;
	border: none;
	float: left;
	margin: 0;
	}

ul#tabs li a {
	color: #1C366F;
	text-decoration: none;	
	display: block;
	padding: 10px 10px 10px 43px;
	height: 60px;
	outline: none;
	}

ul#tabs li a:hover {
	color: #23438A;
	}

ul#tabs li a.current {
	background:  url(../images/sitephotos/homepage/selectionbg.png) no-repeat;
	color: #FFF;
	}

ul#tabs li a.current h3 {
	color: #FFF;
	text-shadow: 0 -1px 0 #2E5ABA;
	}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 593px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 593px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #F74716;
	text-shadow: 0 -1px 0 #BF3812;
}