Destaques
																							 
																			 
									
										
									
								 
							 
						 
					 
				 
			 
										
			
	
	
	Topo
		
		
  	$(".comment-click").on("click", function(){
  	  $(".com-click-id-219").show();
  	  $("#disqus_thread").show();
  	  $(".com-but-click").hide();
  	});
	
  // The slider being synced must be initialized first
  $('.post-gallery-bot').flexslider({
    animation: "slide",
    controlNav: false,
    animationLoop: true,
    slideshow: false,
    itemWidth: 80,
    itemMargin: 10,
    asNavFor: '.post-gallery-top'
  });
  $('.post-gallery-top').flexslider({
    animation: "fade",
    controlNav: false,
    animationLoop: true,
    slideshow: false,
    	  prevText: "<",
          nextText: ">",
    sync: ".post-gallery-bot"
  });
});