jQuery(document).ready(function($) {
	$('.custom-gallery')
	.cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 3000,
		pager:  '.custom-gallery-pager'
	});
});
