/** featured containers **/
.featured_large_wrapper{
    background: url(../images/wrappers/featured-bg.jpg) no-repeat;
    width:860px;
    height:320px;
    padding:30px;
    margin: 0 20px;
}
.featured_large{
    height:320px;
}

#featured_large_rotator{
    margin-bottom:30px;
}
#featured_large_rotator div{
    width:860px;
    height: 300px;
}
#featured_large_rotator a{
    text-decoration: none;
    display: block;
    float:left;
}

.featured_rotator_nav_prev{
    height: 300px;
    width:45px;
    background: url(../images/featured-navigation-prev.png) no-repeat;
}
.featured_rotator_nav_link{
    width:770px;
    height: 300px;
}
.featured_rotator_nav_next{
    height: 300px;
    width:45px;
    background: url(../images/featured-navigation-next.png) no-repeat;
}
#featured_item_nav{
    list-style: none;
    float: right;
}

#featured_item_nav li{
    display:inline;
    float:left;
    margin:0;
    padding-left: 5px;
}

#featured_item_nav a{
    display:block;
    width:12px;
    height:12px;
    text-decoration: none;
    background: url(../images/featured-item-nav-dot.png) no-repeat;
}

#featured_item_nav li.activeSlide a{
    background: url(../images/nav-dot-selected-orange.png) no-repeat;
}

