$(document).ready(function(){
	$("#links").jFlow({
		slides: "#slider",
		width: "665px",
		height: "669px"
	});
	$("a#inline").fancybox();
});

