
jQuery(function(){
	jQuery('.imgCon img').animate({ "opacity": .8 } , 1000);
	jQuery('.imgCon img').hover(function(){
		jQuery(this).stop().animate({ "opacity": 1});
	}, function(){
		jQuery(this).stop().animate({ "opacity": .8});
	});
});


// JQUERY
$(function(){
// FncyBox implementation	
$(".objetos a:has(img)").fancybox({
		'speedIn'		:	600, 
		'speedOut'		:	500, 
		'overlayShow'	:	true
	});

});


jQuery(function(){
	//jQuery('#hmimg ').animate({ "opacity": 1.0 } , 2000);
});

jQuery(function(){
	jQuery('.over_all ').delay(3000).fadeOut(3000);	
});


jQuery(function(){
	jQuery(".imgCon_i a:has(img)").attr('rel', 'g1');
	jQuery(".sections a:has(img)").attr('rel', 'g3');
});


