jQuery(document).ready(function(){

	jQuery("#myController").jFlow({
		slides: "#mySlides",
		width: "447px",
		height: "269px",
		duration: 400
	});

	jQuery("a[rel^='prettyPhoto']").prettyPhoto({
		padding: 30, /* padding for each side of the picture */
		showTitle: false,
		theme: 'light_square' /* light_rounded / dark_rounded / light_square / dark_square */
	});
	
	jQuery(".finish-button").click(function () { 
      jQuery("#setupform").submit(); 
    });
				 

});