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

