$(document).ready(function(){
	$('a.produktebild,a.gal').fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'outside',
		'overlayColor'  	: '#000',
		'overlayOpacity' 	: 0.9,
		'padding'  			: 3,
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});	
	$('a.produktebildauto').fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayColor'  	: '#000',
		'overlayOpacity' 	: 0.9
	});
	$('a.video').fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayColor'  	: '#000',
		'overlayOpacity' 	: 0.9,
		'width'				: 543,
		'height'			: 409,
		'autoScale'			: false,
		'type'				: 'iframe'
	});
	$('#cycleme').cycle({
		fx		: 'fade',
		speed	: 2500,
		timeout	: 2000 
	});
});
//GOOGLE ANALYTICS
