$j = jQuery;
$(document).ready(function($){
	$("a.exitoLitebox")
		.colorbox({
			transition:	'fade',
			speed:		500
		});
});

