/*
jQuery(function(){
	jQuery('ul.sf-menu').superfish();
	});
*/

$(document).ready(function() {	
	$("#browsable").scrollable().navigator().autoscroll(4000);

	$("ul.sf-menu").superfish({ 
      pathClass:  'current' 
	});	

$("a.zoom").fancybox({
				'opacity'		: true,
				'overlayShow'	: true,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'none'
			});

$("a.video").fancybox({
				'width'				: '60%%',
				'height'			: '60%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
gapi.plusone.render("standardbare", {"size": "standard", "count": "false"});

/*Referenzen*/
$('.boxgrid.slidedown').hover(function(){
					$(".cover", this).stop().animate({top:'-260px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
				});

});
