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