

$(function(){
$("#MessageSection2 .MessageSection_Message a[rel*=lightbox]").each(function(){ //attach to .each so lightbox doesnt group images when in slideshow view. otherwise lightbox would get f'd as we add/remove images
$(this).lightBox({useOverlayInIE:false, fixedNavigation:true, imageRoot:"/cirkuit/includes/"});
});



});


