$(document).ready(function(){
	$("a[rel='lightbox']").colorbox({onOpen: function(){$('object').hide();}, onClosed: function(){$('object').show();} });
});

