$(document).ready(function() {
	$("a.colorbox").colorbox({transition: "elastic"});
});

