$(document).ready(function(){
	jQuery(function(){jQuery(document).pngFix();});
		
	//SPLASHPAGE	
		$(".pba").hide();
		$(".pbde").hide();
		$(".pbtc").hide();
		$(".pbde", this).stop().animate({top:'-200px'},{queue:false,duration:300});
		$(".pba", this).stop().animate({top:'-200px'},{queue:false,duration:300});
		$(".pbtc", this).stop().animate({top:'-200px'},{queue:false,duration:300});
			
		$('.boxgrid.slidedown1').hover(function(){
			$(".cover", this).stop().animate({top:'-120px'},{queue:false,duration:300});
			$(".pbde").show();
			$(".pbde", this).stop().animate({top:'20px'},{queue:false,duration:300});
			$(".pijl1").toggle();
		}, function() {
			$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
			$(".pbde", this).stop().animate({top:'-200px'},{queue:false,duration:300});
			$(".pijl1").toggle();
		});
		
		$('.boxgrid.slidedown2').hover(function(){
			$(".cover", this).stop().animate({top:'-120px'},{queue:false,duration:300});
			$(".pba").show();
			$(".pba", this).stop().animate({top:'20px'},{queue:false,duration:300});
			$(".pijl2").toggle();
		}, function() {
			$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
			$(".pba", this).stop().animate({top:'-200px'},{queue:false,duration:300});
			$(".pijl2").toggle();
		});
		
		$('.boxgrid.slidedown3').hover(function(){
			$(".cover", this).stop().animate({top:'-120px'},{queue:false,duration:300});
			$(".pbtc").show();
			$(".pbtc", this).stop().animate({top:'20px'},{queue:false,duration:300});
			$(".pijl3").toggle();
		}, function() {
			$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
			$(".pbtc", this).stop().animate({top:'-200px'},{queue:false,duration:300});
			$(".pijl3").toggle();
		});
	//
});
