$(function() {  
	$("div#controller").jFlow({  
		slides: "#slides",  
		width: "960px",  
		height: "450px",  
		duration: 300  
	});  
}); 
