div#feature_list {
    width: 630px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tabs {
    right: 0;
    z-index: 2;
    width: 158px;
}

ul#tabs li h3 {
    position:absolute;
    color:#333;
    bottom:0;
    margin:0;
    width: 134px;
    height: 18px;
    overflow:hidden;
	padding-top:1px;
    line-height: 15px;
    background-color: #C4E187;
    font-size: 11px;
    text-indent: 5px;
}

ul#tabs li {
    font-size: 12px;
    font-family: Arial;
    position:relative;
    /*background-color:aqua;*/
    width: 134px;
    height: 64px;
    margin-bottom: 10px;
	overflow:hidden;
}

ul#tabs li img {
    border: none;
    width: 132px;
    /*height: 62px;*/
    border: 1px solid #CDCDCD;
}

ul#tabs li a {
    color: #222;
    text-decoration: none;
    display: block;
    /*padding: 10px;*/
    height: 64px;
    outline: none;
}

ul#tabs li a:hover {
    text-decoration: underline;
}

ul#tabs li a.current {
    /*background:  url('../../images/featurelist/feature-tab-current.png');
    color: #FFF;*/
}

ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#output {
    left: 0;
    width: 463px;
    height: 250px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 463px;
    height: 275px;

    
}


ul#output li .recadreimg{
	display:block;
	width: 463px;
    height: 212px;
	overflow:hidden;
	border: 1px solid #CDCDCD;
	margin-bottom: 5px;
	}
	
ul#output li img{
    width: 463px;
    /*height: 212px;*/
    
    
}

ul#output li h3 {
	display:block;
    color:#569733;
    bottom:0;
    margin:0;
    line-height: 25px;
    font-size: 14px;
}

ul#output li a {
    /*position: absolute;
    bottom: 10px;
    right: 10px;*/
    /*padding: 8px 12px;*/
    text-decoration: none;
    font-size: 11px;
    color: #000;
   /* background: #000;*/
    /*-moz-border-radius: 5px;*/
}

ul#output li a:hover {
    /*background: #D33431;*/
}