 $(function() {
        $("div#controller").jFlow({
            slides: "#slides",
            auto: true,
            width: "480px",
            height: "200px"
        });
    });
