jQuery(document).ready(function($) {

	//###############   PRETTYPHOTO, Zoom functionality throughout content   ###############
	//$("a[rel^='prettyPhoto']:not(#user-nav li a)").prettyPhoto({
	$("a[rel^='prettyPhoto']").prettyPhoto({
		showTitle: false,
		allowresize: true
	});

	//###############   Homepage Image slideshow   ###############
	$('#slideshow-left').cycle({
		timeout:10000,
		speed:1000,
		pause:1,
		delay:-5000
	});
	$('#slideshow-right').cycle({
		timeout:10000,
		speed:1000,
		pause:1
	});

/*	$('#slideshow').cycle({
		timeout:10000,
		speed:1000,
		pause:1
	}); */
}); //###   End of DOM Ready   ###
