		div#feature_list {
			width: 195px;
			height: 217px;
			background: #151515;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabs {
						border-top: dotted #333 thin;
			left: 0;
			z-index: 2;
			width: 195px;
		}

		ul#tabs li {
			font-size: 11px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 0px;
			border: none;
			float: left;
			margin: 0px 5px 0 0;
		}

		ul#tabs li a {
			color: #fff;
			text-transform:none;
			text-decoration:none;
			display: block;
			padding: 5px;
			padding-bottom:0px;
			height: 30px;
			border-bottom: dotted #333 thin;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}
		
		.portslide {
			color: 00aeef; 
		}

		ul#tabs li a.current {
			background:  url('/design/assets/gallerybox/feature-tab-current.png');
			color: #FFF;
		}

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

		ul#output {
			
			margin-top: 0px;
			margin-left: -25px;
			width: 463px;
			height: 225px;
			margin-bottom: -12px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 603px;
			height: 225px;
		}

		ul#output li a {
			position: absolute;

			top: 15px;
			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;
		}
