
#content {
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	background: #FFF;	
	border: 0px solid #CCC;
	
}


		div#feature_list {
			width: 880px;
			height: 390px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
			width: 941px;
		}

		ul#tabs {
		margin:0 auto; width:880px; display:block; 
			z-index: 2;

		}

		ul#tabs li {
		margin:360px 0 0 0;
			float:left;
			width: 23px;
			font-size: 11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			padding:3px;
		}
		

		ul#tabs li a {
		text-align:center;
		line-height:23px;
			color: #000;
			text-decoration: none;	
			display: block;
			padding: 0px;
			height: 23px;
			outline: none;
			background:  url('../img/bullet.gif');
		}

		ul#tabs li a:hover {
		color: #000;
			text-decoration: underline;
			background:  url('../img/bullet2.gif');
		}

		ul#tabs li a.current {
			background:  url('../img/bulletroll.gif');
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
		z-index: 3;
			left: 0;
			width: 880px;
			height: 358px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 880px;
			height: 358px;
		}

		ul#output li a {
			position: absolute;
			bottom: 5px;
			right: 5px;
			padding: 5px 10px 5px 10px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #990000;
		}