jQuery(document).ready(function(){
	jQuery(document).pngFix();
	
	jQuery(".boxcaption").css("display", "block");
	jQuery(".boxcaptionstart").css("display", "block");
	jQuery(".boxcaption").fadeTo("fast",0.75);
	jQuery(".boxcaptionstart").fadeTo("fast",0.75);
	jQuery('.start_element.peek').hover(function(){   
		jQuery(".cover", this).stop().animate({top:'-205px'},{queue:false,duration:160});   
	}, function() {   
		jQuery(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});   
	});
	
	jQuery('.navi_element.peek').hover(function(){   
		jQuery(".cover", this).stop().animate({top:'-130px'},{queue:false,duration:160});   
	}, function() {   
		jQuery(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});   
	});
	
	
	
});
