$(document).ready(function() {
$("#category ul li:last-child").addClass("last");
$(".menu_1 li:last-child").addClass("last");
$(".menu_2 li:last-child").addClass("last");
$(".menu_3 li:last-child").addClass("last");
$(".menu_4 li:last-child").addClass("last");

$(".thickbox").colorbox({slideshow:true,transition:"fade",slideshowSpeed:8000});
$("#div4").addClass('eerst');
//$('.button').hover{.button span}.addClass('dichtbij');

$('.button').mouseover(function() {
  $(this).find('span').addClass('geactiveerd');
})

$('.button').mouseout(function() {
  $(this).find('span').removeClass('geactiveerd');
})
//$('#content .top:eq(0)').addClass('my_module_block');
$('#content .top:eq(1)').addClass('tweede_top');
});
