// JavaScript Document

jQuery(document).ready(function(){
    jQuery('#onzebox li#sfeerhaarden').hover(
		function() { jQuery(this).animate({ top:"27px" }, 100); jQuery(this).attr({"style":'height:32px'}); }, 
		function() { jQuery(this).animate({ top:"32px" }, 100); }
	);
    jQuery('#onzebox li#lantaarns').hover(
		function() { jQuery(this).animate({ top:"54px" }, 100); jQuery(this).attr({"style":'height:32px'});}, 
		function() { jQuery(this).animate({ top:"59px" }, 100); }
	);
    jQuery('#onzebox li#barkrukken').hover(
		function() { jQuery(this).animate({ top:"81px" }, 100); jQuery(this).attr({"style":'height:32px'});}, 		
		function() { jQuery(this).animate({ top:"86px" }, 100); }
	);
    jQuery('#onzebox li#kapstokken').hover(
		function() { jQuery(this).animate({ top:"108px" }, 100); jQuery(this).attr({"style":'height:32px'});}, 
		function() { jQuery(this).animate({ top:"113px" }, 100); }
	);
    jQuery('#onzebox li#zitzakken').hover(
		function() { jQuery(this).animate({ top:"135px" }, 100); jQuery(this).attr({"style":'height:32px'});}, 
		function() { jQuery(this).animate({ top:"140px" }, 100); }
	);
})
