.nivo-controlNav {
        right: 0;
}
@media all and (min-width: 1025px) {
    a.nivo-prevNav {
	    background-image: url('nav-button-right.png');
	    right: 20px;
        left:auto;
    }
    a.nivo-nextNav {
	    background-image: url('nav-button-left.png');
	    left: 20px;
        right:auto;
    }
    .home-page-category-grid.categories-2 .item-box {
        float:left;
    }
}

@media all and (min-width: 768px) {
        .home-page-bottom-banners .left {
            float: right;
            margin:0 0 0 0.2%;
        }
        .home-page-bottom-banners .right {
            float: right;
        }

}
@media all and (min-width: 768px) {
    .home-page-category-grid.categories-1 .nivoSlider img {
        right: 0;
        top: 0;
    }
    .nivo-controlNav.nivo-thumbs-enabled .nivo-control {
        margin: 0 0 0 1px;
    }
    .home-page-category-grid.banner-included.categories-2 .item-grid .item-box {
        float: left;
    }
}
@media all and (min-width: 768px) and (max-width:1024px) {
    .home-page-category-grid.categories-2.banner-included .item-box .title, 
    .sub-category-grid.categories-2.banner-included .item-box .title {
        left: 0;
    }

}