
		h3 {
			color:#383838;
			font-size:17px;
			margin:0;
			padding:20px 0 0 47px;
			text-transform:uppercase;
			
		}
		div#feature_list {
			width: 676px;
			height: 240px;
			overflow: hidden;
			position: relative;
			clear: both;
		}

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

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 280px;
		}

		ul#tabs li {
			font-size: 11px;
			font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
		}
		
		ul#tabs li:hover h3 { color:#000;}
		
		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: 7px 10px;
			height: 51px;
			outline: none;
			margin: 0 0 10px 0;
			background:url(/assets/images/button-bg-gray.png) no-repeat 0 0;
			line-height:15px;;
		}

		ul#tabs li a:hover {
			text-decoration: none;
			background: url(/assets/images/button-bg-gray.png) no-repeat 0 -64px;
			color: #fff;
		}

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

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

		ul#output {
			right: 0;
			width: 385px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 385px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #D33431;
		}
		
		ul#output li img {
			background: #fff;
		}
		
