

$(function (){ 
    $("div#controller").jFlow({
        slides: "#slides",
        width: "750px",
        height: "250px"
    });
});


