$(document).ready(function() {
	$("a[rel='gallery']").click(function() {
		$("#colorbox").show();
	});
});
