jQuery(document).ready(function($){	
	
				$('#miolo .center_content .fale .btn_fale').find('a').mouseover(					
					function(e) {					
					 $(this).stop().animate({
						opacity:0					
					 }, 1000, "easeOutBack");
				});
				
				$('#miolo .center_content .fale .btn_fale').find('a').mouseout(
					function(e) {
						 $(this).stop().animate({opacity:1}, 800, "easeOutQuart");
				});
				
				
				$('#miolo .center_content .adquirir').find('a').mouseover(					
					function(e) {					
					 $(this).stop().animate({
						opacity:0						
					 }, 1000, "easeOutBack");
				});
				
				$('#miolo .center_content .adquirir').find('a').mouseout(
					function(e) {
						 $(this).stop().animate({opacity:1}, 800, "easeOutQuart");
				});
			
				
	
	$(".scrollable").scrollable({
		size: 5,
		items: '.items',
		hoverClass: 'hover'
	}),
	
	$('a.fancyBox').fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	})
	
	/*$('.items div').hover( function() {
		$('a.tooltip', this).hoverFlow('mouseover', { height: 'toggle' }, 'fast');
	}, function() {
		$('a.tooltip',this).hoverFlow('mouseout', { height: 'toggle' }, 'fast');
	});
*/

});
