div#feature_list {
			width: 750px;
			min-height: 145px;
			overflow: hidden;
			position: relative;
            margin-left: 0px;
			z-index:0;
            /*border:1px solid #cac9c9;*/
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
		
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			list-style:outside;
			list-style-type:square;
			z-index: 2;
			width: 210px;
			color: #035a63;
            height: 145px;
						
               
		}

		ul#tabs li {
	
			font-size: 11px;
			color: #035a63;
			font-family: verdana;
            

           /*    
						border:1px solid #6ab0b4;
						border-collapse:collapse;
						background-color:#eef0f0;*/
				
                        
		}

		ul#tabs li img {
			padding: 0px;
			border: none;
	
			/*margin: 10px 10px 0 0;*/
		}

		ul#tabs li a {
			color: #035a63;
			
			font-weight:bold;
			
			
			text-decoration: none;
			
			display: block;
			padding-left: 3px;
			
			padding-top:5px;
			/*height: 27px;*/
			outline: none;
		
		}

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

		ul#tabs li a.current {
			/*background:  url('feature-tab-current.png');*/
                background-color: #c1e1e4;
			color: #e20244;
			
		}

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

		ul#output {
			right: 0;
			width: 540px;
			height: 145px;
			position: relative;
			
		}

		ul#output li {
			position: absolute;
			width: 540px;
			height:145px;
                        list-style: none;
				
		}

		ul#output li a {
			position: absolute;
			bottom: 0px;
			right: 0px;
		
			text-decoration: none;
			font-size: 10px;
			color: #FFF;
		
                        
		}
                ul#output img{
                        float:left;
                        margin-left: 0px;
                        margin-top: 0px;
                }

		ul#output li a:hover {
			background: #D33431;
		}