			$(document).ready(function(){
				//Caption Sliding (Partially Hidden to Visible)
				$('.hoveniersbedrijf').hover(function(){
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
				});
			});
						$(document).ready(function(){
				//Caption Sliding (Partially Hidden to Visible)
				$('.tuinontwerp').hover(function(){
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:260});
				});
			});

