$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade,scrollUp,scrollDown,turnDown,curtainX', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		fit: 0, //force image to fix container
		random: 1,
		pause:           1,
		containerResize: 0
	});
	
	$('#mainslideshow').cycle({
		fx: 'fade,scrollUp,scrollDown,turnDown,curtainX,fadeZoom,turnLeft,blindX', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:         8000,  // milliseconds between slide transitions (0 to disable auto advance) 
		pause:           1,
		speed:           2000
	});




		});
