#features {
    position: relative;
    clear: left;
    overflow: visible;
    left: 0;
    top: 0;
    margin: -9px 0 10px -21px;
    width: 726px;
    height: 274px;
    background: #000;
}
#features #frame span {
    display: block;
    position: relative;
}
#features #frame a {
    display: block;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 726px;
    height: 284px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent url('../img/feature.frame.png') no-repeat;
}
#features .feat {
    position: absolute;
    background: #FFF;
    width: 726px;
    height: 274px;
    margin: 0 20px 20px 0;
}
#features .feat img {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    clip: rect(0px,436px,274px,0px);
}
#features .feat-text-cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 274px;
    background: url('../img/feature.text-bg.png') no-repeat 0 0;
}
#features .feat-text {
    position: absolute;
    left: 10px;
    bottom: 30px;
    margin: 0;
    overflow: hidden;
    margin: 0 10px 0 0;
    color: #333;
}
#features .feat-text p, #features .feat-text h3 {
    padding: 0 0 10px 0;
}
#features .feat-text p span, #features .feat-text h3 a {
    padding: 0 2px;
    background: #FFF;
}
#features .feat-text p {
	color: #666;
}
#features .feat-text h3 a {
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.4285em;
    font-style: normal;
    font-weight: bold;
    background: #FFF;
}
#features #slide-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 600;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#features #slide-nav li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: #333;
}
#features #slide-nav li a {
    display: block;
    border: none;
    color: #FFF;
    font-style: normal;
    font-weight: normal;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: .7857em;
    cursor: pointer;
}
#features #slide-nav li a:hover {
    background: #666;
}
#features #slide-nav li a.active {
    color: #FFF;
    background: #777;
}