$(document).ready(function() {
	$('.mini-gallery').jCarouselLite({
		btnNext: '.next',
		btnPrev: '.prev',
		scroll: 3,
		visible: 6,
		speed: 400,
		circular: true
	});
	$('#tematicos-logos-gallery').jCarouselLite({
		auto: 		2000,
    	speed: 		800,
		visible: 	1,
		afterEnd: function(a) {
	        //alert("After animation ends:" + a);
	   },
		circular: 	true
	});
});

function setLightBox(galleryId) {
	var selector = 'a[rel="image-gallery-'+ galleryId +'"]';
	$(document).ready(function() {
		$(selector).colorbox({
			transition:	'elastic',
			opacity: 	0.8,
			speed:		350
		});
	});
}
