jQuery(document).ready(function() {

    $(".ado_items_switch").click(function() {
        $(".cart_add_hosting").toggle();
    });


    $('.slid').innerFade({
        speed: 'slow',
        timeout: '3000',
        type: 'sequence',
        prevLink: '.prev_slide',
        nextLink: '.next_slide',
        containerHeight: '222px',
        indexContainer: '.head_promo_navigation'
    });

});

