$(document).ready(function() {
	// HOME SLIDESHOW PHOTO
    $('#slideshow').cycle({
		fx: 'fade'
	});
});