$(function(){
   
   if($(".slideshow").length > 0)
   $(".slideshow").slideshow();
   
   // positioneert de afbeelding, en geeft display mee als fix voor IE flicker bug
   $("#left-column > img").wrap("<div/>").parent().addClass("img-pos").children("img").css('display', 'block');
   
});
