jQuery.noConflict();

jQuery(document).ready(function() {

	jQuery(".clickenlarge").fancybox({
		'padding'		: '0',
		'titleShow'		: 'true',
		'titleFormat'		: 'formatTitle',		
		'titlePosition'	:	'over',
		'onComplete'	:	function() {
			jQuery("#fancybox-wrap").hover(function() {
				jQuery("#fancybox-title").show();
				}, function() {
			jQuery("#fancybox-title").hide();
		});
	}

	});
	
	jQuery("#entdecken").fancybox({
		'padding'		: '0',
		'titleShow'		: false
	});	
	
	jQuery(".swf").fancybox({
		'padding'		: '1',
		'type'			: 'swf',
		'title'			: 'title',
		'titleShow'		: true,
		'titlePosition' : 'inside',
		'transitionIn'	: 'elastic'
	});	
	
	jQuery(".wtgalleryenlarge").fancybox({
		'padding'		: '2',
		'titleShow'		: true,
		'titlePosition' : 'inside',
		'transitionIn'	: 'elastic',
		'width'			: 960
	});		
	
	
	jQuery("div.#teasertabs").tabs(".tabcontent", {

		current:'activetab',
	});
	
	jQuery("#scrollable").scrollable({circular:true,speed:1400}).navigator().autoscroll({
	interval: 10000,
	});

	jQuery('#bgheadinner').pan({fps: 50, speed: 0.2, dir: 'right'});
	jQuery('#bgfootinner').pan({fps: 50, speed: 0.2, dir: 'right'});

});
