.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 52px;
    right: -70px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://s3.amazonaws.com/images-s3.bid4assets.com/images/homepage/featured_arrow_right.gif) no-repeat 0 0;
}

div#featured-listings-wrapper {
    clear: both;
    width: 790px;
    float: left;
    border: 1px solid #DAE1E8;
    overflow: hidden;
    height: 147px;
    margin: 10px 0 13px 0;
    padding: 10px 10px 10px 7px;
}

div.featured-listing-item {
    margin-top: 10px;
}

div.featured-listing-item-detail {
    position: relative;
    top: 0px;
    width: 167px;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
    z-index: 1000;
    display: none;
}

span.featueed-listing-item-detail-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F78F20;
    width: 167px;
    padding: 1px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    div#featured-listings-wrapper {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
    div#featured-listings-wrapper {
        width: 100%;
    }
}
@media only screen and (min-width: 800px) and (max-width:1190px) {
    div#featured-listings-wrapper {
        width: 100%;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 3000px) {
    div#featured-listings-wrapper {
        width: 860px;
    }
}