$(function() {
    $('#slide').ulslide({
        effect: {
            type: 'carousel', // slide or fade
            axis: 'x',     // x, y
            distance: 0,   // Distance between frames
			showCount:4
        },
        duration: 500,
        autoslide: 5000,
        width: 215,
        height: 200,
        mousewheel: false
    });
});
