jQuery(document).ready(function() {
	jQuery(".galleryPanel").each(function(index) {
		$(this).cycle({
			fx: 'fade',
			timeout: 5000,
			pause: 1,
			cleartype: true
		});
	});
});
