$(function(){

	$("#example-two").organicTabs({
        "speed": 200
    });
	
	$('.coment').click(function(){
		$('#comentarioFace'+$(this).attr('alt')).toggle("slow");
	});
	
	//Cufon
	Cufon.replace('.titCatPubli, .subPubli, .titCatBlog, .subBlog, .titCatModa, .subModa, .titCatBeleza, .subBeleza, .titCatCasamento, .subCasamento, .titCatHomem, .subHomem, .titCatVoce, .subVoce, .titNews, .titFace, .menuPrincipal, .menuRodape, .titCatTwitter, .titProdutosServInt, .texto1, .texto2, .nav', {
		hover: true
	});
	Cufon.replace('.tituloSecao, .titPost, .tabs, .titProdutosServ, .titTwitterInterna1, .boxLegDestaque1, .boxLegDestaque2, .boxLegDestaque4, .dataBoxMaisNoticias, .titBoxMaisNoticias, .va-title, .list-wrap', {
		hover: true
	});

	//Opacidade
	$('.hover').mouseenter(function(){
		$(this).find('img').addClass('opacidade');
	}).mouseout(function(){
		$(this).find('img').removeClass('opacidade');
	});

	// Scrollable Passador Galeria de Fotos do Blog
	$(".scrollable1").scrollable({
		circular: true,
		prev: '.prev',
		next: '.next'
	}).autoscroll(99000);
	
	// Cycle Destaques Home
	$('#destaques').cycle({ 
	speed:       200, 
	timeout:     100000, 
    prev:   '#prevServHome', 
    next:   '#nextServHome', 
	pagerEvent: 'mouseover',
	after: function(){
				$('#legenda').fadeIn();
			},
	before: function(){
				$('#legenda .texto1').text($(this).attr('alt'));
				$('#legenda .texto2').text($(this).attr('rel'));
				$('#legenda').fadeOut();
		}
	});
	
	// Twitter Home
	$(".tweetHome").tweet({
		join_text: "auto",
		avatar_size: 35,
		count: 2,
		auto_join_text_default: '',
		auto_join_text_ed: '',
		auto_join_text_ing: '',
		auto_join_text_reply: '',
		auto_join_text_url: '',
		loading_text: 'Carregando tweets...',
		query: '@mcz40'
	});	

	// Cycle Interna Produtos e Serviços
	$('#produtosServicos').cycle({ 
	speed:       200, 
	timeout:     100000, 
    prev:   '#prev1Servicos', 
    next:   '#next1Servicos', 
	pagerEvent: 'mouseover',
	after: function(){
				$('#legendaServicos').fadeIn();
			},
	before: function(){
				$('#legendaServicos .texto1Servicos').text($(this).attr('alt'));
				$('#legendaServicos .texto2Servicos').text($(this).attr('rel'));
				$('#legendaServicos').fadeOut();
		}
	});

	//Sanfona da página de produtos e serviços
	$('#va-accordion').vaccordion({
		accordionH      : 450,
		expandedHeight	: 450,
		animSpeed : 500,
		animEasing : 'easeInOutBack',
		visibleSlices : 3,
		animOpacity : 0.4,
		savePositions   : true
	}); 

	// Twitter Show Noticia
	$(".tweet").tweet({
		join_text: "auto",
		avatar_size: 35,
		count: 4,
		auto_join_text_default: '',
		auto_join_text_ed: '',
		auto_join_text_ing: '',
		auto_join_text_reply: '',
		auto_join_text_url: '',
		loading_text: 'Carregando tweets...',
		query: '@mcz40'
	});	

	$(".colorboxx").colorbox();
		
})

$(function() {
	//IE PIE (arredondamento de bordas) e PNG Fix
	if (window.PIE) {
		$('.rounded').each(function() {
			PIE.attach(this);
		});
	}
	$(document).pngFix(); 
});

