$(document).ready(function() {
	
		$(".gallery_img").fancybox({
			'autoScale'			: false,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: true,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
});
		
		$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});
		
			$(document).ready(function() {
		$('#submitform').ajaxForm({
			target: '#error',
			success: function() {
			$('#error').fadeIn('slow');
			}
		});
		
	});
			$('a.top').click(function(){
     $('html, body').animate({scrollTop: '0px'}, 1000);
     return false;
});
			

			});

