$(function() {
	$("a[rel='colorbox']").colorbox({
		opacity: "0.6",
		speed: "200",
		transition: "elastic"
	});
});
