
div#feature_list {
    border: 1px solid #DDDDDD;
    height: 329px;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    width: 74.2%;
    float:left;
}
div#feature_list h3 {
    color: #854692;
    margin: 0px 0px 2px 0px!important;
    float: left;
    width: 100%;
}
div#feature_list ul {
    bottom: -1px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
ul#tabs {
    left: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    width: 100%;
    z-index: 2;
}

ul#tabs li {
    float: left;
    font-size: 11px;
    width: 25%;
}
ul#tabs li img {padding: 5px; border: none;	float: left; margin: 10px 10px 0 0;}
ul#tabs li a { border-left:1px solid white; background:  #ebebeb; color: black; text-decoration: none; display: block; padding:5%;	height: 42px; outline: none; margin:22px 0px 0px 0px; line-height: 14px;}
ul#tabs li a:hover { text-decoration: none;}
ul#tabs li a.current {	padding:30px 5% 5% 5%; background:url(../images/slideractive.png) no-repeat left bottom; margin:0px 0px 0px 0px; border:none; color:white;}
ul#tabs li a.current h3 {	color: #FFF;}
ul#tabs li a.current:hover {	text-decoration: none;	cursor: default;}
ul#output {
    height: 330px;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1;
}
ul#output li {
position: absolute;
width: 100%;
height: 100%;
background: #FFF;
}
ul#output li a span{	position: absolute;	bottom: 10px; right: 10px; padding: 8px 12px;	text-decoration: none;	font-size: 11px;	color: #FFF; background: #F36F21; -moz-border-radius: 5px;}
ul#output li a:hover span { background: #fe5e00;}
ul#output li a img { width: 100%; height: auto;}

.responsiveslideshow {
    display: none;
}