$(document).ready(function(){

	$("#myController").jFlow({
		slides: "#rotator",
		width: "100%",
		height: "338px",
		duration: 400
	});
});

