$(document).ready(function(){

	//Standard Slideshow
	/*$('#slideshow').cycle({
		speed:   1200,
		timeout: 4000
	});*/


	//Slideshow with Navigation, delete if not applicable
	$('#slideshow')
	.after('<div id="cyclenav"></div>')
	.cycle({
		speed:   600,
		timeout: 0,
		pager: '#cyclenav'
	});
	
});
