$(document).ready(function(){
	$.fn.colorbox.settings.opacity = "0.5";
	$("#content a.popup").colorbox({transition:"elastic"});
});

