﻿$(document).ready(function() {
	// gallery animation 
	$('#image-gallery').cycle({
		fx: 'fade'
	});
});

