$(document).ready(function(){
	// innerfade
	$('#teaser_gallery').innerfade({
		speed: 1000,
		timeout: 3600,
		type: 'sequence',
		containerheight: '280px'
	});
	$('#banner_gallery').innerfade({
		speed: 1000,
		timeout: 3600,
		type: 'sequence',
		containerheight: '140px'
	});
	

	$("div.gallery a").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	350, 
		'speedOut'		:	350, 
		'overlayShow'	:	false
	});

	
});
