$(function() {

    var $container = $('.container').cycle({
        speed: 300,
        timeout: 4000
    });


});

