		#featured-content {
	width: 555px;
	padding-top:15px;
	background:#f1f6fa;
	padding-left:15px;
	border:1px dotted #abc7e1;
	margin-top:20px;
}

	h7 {
			margin: 0;	
			padding: 5px 0 0 0;
			font-size: 14px;
			font-family:Corbel,Helvetica, Arial, Tahoma, sans-serif;
			display:block;
			font-weight:bold;
		}

		div#feature_list {
			width:555px;
			height: 245px;
			overflow: hidden;
			position: relative;
		}

		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 a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 39px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('feature-tab-current.png') no-repeat;
			color: #FFF;
			padding-top:3px;
		}

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

		ul#output {
			right: 0;
			left:150px;
			width: 373px;
			height: 240px;
			position: relative;
		
		}

		ul#output li {
			position: absolute;
			width: 373px;
			height: 240px;
	
		}
		
		ul#output li img {
			padding-left:40px;
			width:350px;
		}
		
		ul#output li a { /*Project Details Link*/
			position: absolute;
			bottom: 25px;
			right:0px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #552ea5;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #c13345;
		}
