$(document).ready(function(){
	/* Multimedia galería */

	// Load the classic theme
	Galleria.loadTheme('/js/jquery/galleria/themes/classic/galleria.classic.min.js');

	$('#blMultimedia').fadeIn();
	$('.section_campeonato #galleria').fadeIn();

	// Initialize Galleria
	$('#galleria').galleria({
		autoplay: 5000,
		imageCrop: true,
		transition: 'fade',
		pauseOnInteraction: true,
		showInfo: false,
		showCounter: false,
		dataConfig: function(img) {
			return {
				link: $(img).parent().next('.data').children('strong').children('a').attr('href'),
				layer: $(img).parent().next('.data').html()
			};
		}
	});
});
