$(document).ready(function(){
    $("a[class='lightbox']").colorbox({opacity:'0.85'}, function(){
					return false;
	});
});
