jQuery(document).ready(function(){
	jQuery("div.press #content table table a").lightBox({fixedNavigation:true});
});