// MobySlider
$(function(){
	$('#sidebar_speakeri').mobilyslider({
		content: '.sidebar_speakeri',
		children: 'div',
		transition: 'fade',
		animationSpeed: 300,
		autoplay: true,
		autoplaySpeed: 7000,
		pauseOnHover: true,
		arrows: false,
		bullets: false
	});
	
	$('#sidebar_banner').mobilyslider({
		content: '.sidebar_banner',
		children: 'div',
		transition: 'fade',
		animationSpeed: 300,
		autoplay: true,
		autoplaySpeed: 3000,
		pauseOnHover: true,
		arrows: false,
		bullets: false
	});
});

$(function() {
	$(".footer .parteneri li:nth-child(5n)").addClass('last');
	$(".footer .parteneri-media li:nth-child(3n)").addClass('last');
});
