$(function() {

	$("#myController").jFlow({
		slides: "#featured .thumb .b",
		width: "502px",
		height: "300px",
		duration: 400
	});

});

