/* Author:
Mike Malusa (mikemalusa.com) @ Bullfrog Communications (ebullfrog.com)
*/

$(document).ready(function() {

	if ($('#gallery')) {
		$('#gallery').cycle({
			fx: 'fade'
		});
	}

});
