jQuery(document).ready(function() {

	jQuery('#mycarousel').jcarousel({

		start: 1,

		scroll: 1,

		wrap: 'circular'

	});

	

	$("a[rel^='prettyPhoto']").prettyPhoto({

		default_width: 1280,

		default_height: 720,

		autoplay: true,

		show_title: true

	});

});
