#feature-well {
	background:transparent;
	border:1px solid #0f7786;
	-moz-border-radius:5px;
    font-family: Arial,Helvetica,sans-serif;
    height: 267px;
    margin: 0 0 25px;
    width: 616px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
#feature-well ul, #feature-well li {
    margin: 0;
    padding: 0;
	list-style:none;
}
.feature-well-feature {
    background-image:none;
    height: 267px;
    position: relative;
    width: 467px;
}
.feature-well-feature img {
    position: absolute;
    right: 0;
    top: 0;
}
#feature-well .feature-frame {
    height: 267px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 467px;
}
.feature-well-feature a, .feature-well-feature a:active, .feature-well-feature a:visited {
    color: #F8F6E0;
    text-decoration: none;
	font-weight:bold;
}
.feature-well-feature a:hover {
	text-decoration:underline;
}
#feature-well .feature-description, #feature-well .feature-title, #feature-well .feature-meta, #feature-well .feature-summary, #feature-well .feature-go {
    display: block;
}
.feature-description {
    background: url("images/transparent-bg.png") repeat left bottom transparent;
    bottom: 0;
    cursor: pointer;
    font-size: 0.916em;
    left: 0;
    line-height: 1.363;
    padding: 5px 10px;
    position: absolute;
    width: 447px;
	height:45px;
}
.feature-title {
    font-size: 1.115em;
}
a:hover .feature-title {
    color: #F8F6E0;
    text-decoration: underline;
}
.feature-meta {
    font-weight: 700;
}
.feature-go {
    background: url("images/go-bttn.png") no-repeat 0 0 transparent;
    float: right;
    height: 27px;
    margin: 11px 0 15px 15px;
    text-indent: -9999px;
    width: 50px;
}
.feature-go:hover {
    background-position: left bottom;
}
.feature-summary {
    color: #fff;
	font-weight:normal;
}
.feature-summary p {margin:0;font-size:.9em;}

#feature-nav {
    background: url("images/dl-nav-bkg.png") no-repeat scroll 0 0 transparent;
    height: 267px;
    left: 467px;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 100;
}

#feature-nav .floater {
    height: 50%;
    margin-bottom: -89px;
    position: relative;
}

#feature-nav li {
    background-image: none;
}
#feature-nav li .outerContainer {
    display: table;
    height: 89px;
    overflow: hidden;
    width: 150px;
}
#feature-nav li .outerContainer .innerContainer {
    display: table-cell;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 150px;
}
#feature-nav li .outerContainer .innerContainer {
    text-align: left;
}
#feature-nav li.activeSlide a {
	color#fff!important;
	display:block;
	position:relative;
}
#feature-nav li a {
    color: #0F7786;
    cursor: pointer;
    display: table-cell;
    font-size: 0.916em;
    font-weight: bold;
    height: 89px;
    line-height: 1.272;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: middle;
    width: 150px;
}
#feature-nav li.activeSlide div.arrow {
	background: url('images/active-nav-arrow.png') no-repeat 0 0 transparent;
	position:absolute; z-index:1;
	top:0; left:0;
	display:block;
	height:88px;
	width:12px;
}
#feature-nav li a img {
    left: 0;
    position: absolute;
    top: 0;
}
#feature-nav li.feature-1.activeSlide a, #feature-nav li.feature-2.activeSlide a, #feature-nav li.feature-3.activeSlide a {
    background: url('images/active-nav-bkg.png') repeat-x top left;
	color:#fff;
	display: table-cell;
	vertical-align: middle;
    width: 150px;
}