$(document).ready(function() {    
    $("#CatalogueRotatorWraper").rotator({
        'items': '.CatalogueRotatorItem',
        'prev': '#CatalogueArrowLeft',
        'next': '#CatalogueArrowRight',
        'visibleCount': 4,
        'changeCount' : 2
    });
});
