$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$('.gallery a').colorbox({rel:'group1', current:'Imagem {current} de {total}', previous:'Anterior', next:'Seguinte', close:'Fechar'});

	});
