$(document).ready(function()
{	

	
	$('#a1-typen').cycle({
		fx: 'blindX',
		speed: 1100,
		timeout: 10000,
		prev:    '#a1-typen-prev-button',
        next:    '#a1-typen-next-button',
		pager:  '#a1-typen-nav'
	});

	$('#images').cycle({
		fx: 'fade',
		speed: 1200,
		timeout: 6000
	});

	$('a[rel=fancybox]').fancyZoom({width:600, height:320});
	
}
);
