$(function(){

	$('a[rel=external]').attr('target','_blank');
	
	$('ul#contain-dble-left-faq p').hide();
	$("ul#contain-dble-left-faq a").click(function(){
		//$(this).find('h2').css("background-image", "none");
	  $(this).siblings('p').slideToggle();
	  return false;
	});
	
	//SABORES
	$('.box').hover(function() {
		$(this).children('.box-img').stop().animate({ "top" : "145px"}, 300);
	}, function() {
		$(this).children('.box-img').stop().animate({ "top" : "0px"}, 200);
	});

	//SABORES - FANCYBOX
	$("a[rel=CPCK-sabores]").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'inside',
		'overlayOpacity'	: 0.6,
		'overlayColor'		: '#000'
	});

	$("a.single_image").fancybox();

	//LOJAS - FANCYBOX
	$("a[rel=CPCK-lojas]").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
