$(function(){
	
	//animaÃ§Ã£o galeria de imagens home
	$('.content .wrap-gallery').jCarouselLite({
        btnNext: '.content .fotos .next',
        btnPrev: '.content .fotos .prev',
		auto: 4000,
		visible: 4,
		circular: true,
		speed: 500
	});
	
	//animaÃ§Ã£o radio cidades home 
	$('.numero-radio .wrap').jCarouselLite({
		auto: 2000,
		visible: 1,
		circular: true,
		speed: 500
	});
	
	//animação slideshow destaque
	$('.banner .wrap').jCarouselLite({
		auto: 10000,
		visible: 1,
		circular: true,
		speed: 2000
	});
	
	//rel external
	$('a[rel="external"]').attr('target','_blank');
	
	//chama videos home
	$("ul.miniaturasVideo").ytplaylist({addThumbs:true, autoPlay: false, holderId: 'ytvideo', playerHeight : '290px', playerWidth : '410px' });
});