div#feature_list { position: relative; width: 540px; height: 405px;  float:left }
div#feature_list ul { position: absolute; padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; top: 0px; list-style-image: none; padding-top: 0px }

/* TABS */
div#feature_list ul#tabs { z-index: 2; left: 10px; top: 365px; height:30px } 
div#feature_list ul#tabs li { font-family: arial; font-size: 11px; float:left; margin-right:15px } 
div#feature_list ul#tabs li a { 
	padding:0;	
	display: block;
	float:left;
	color: #222;
	text-decoration: none;
	height:30px;
	width:117px;
	background: url(slideshow_item_bg.png) 0 0 no-repeat;
	text-transform:uppercase;
	letter-spacing:-0.8px
}
div#feature_list ul#tabs li a span{ display:block; padding:0 0 0 13px; line-height:24px }
	

div#feature_list ul#tabs li a:hover { text-decoration: none; } 
div#feature_list ul#tabs li a.current { background-position: 0 -31px; color:#fff }
div#feature_list ul#tabs li a.current:hover { cursor: default; text-decoration: none } 

/*outputs*/ 
div#feature_list ul#output { position: relative; width: 540px; height: 405px; left: 0px }
div#feature_list ul#output li {  } 
div#feature_list ul#output li a { position: absolute; width: 540px; height: 405px;text-decoration: none; } 

