
$(function(){
	$("#mainContent a").hover(function(){
		$(this).find("img").stop().animate({
			opacity:0.4
		}, 300);
	}, function() {
		$(this).find("img").stop().animate({
			opacity:1
		}, 300);
	});
});

$(function(){
	$("#mainContent-home a").hover(function(){
		$(this).find("img").stop().animate({
			opacity:0.4
		}, 300);
	}, function() {
		$(this).find("img").stop().animate({
			opacity:1
		}, 300);
	});
});


$(function(){
	$("#footer a").hover(function(){
		$(this).find("img").stop().animate({
			opacity:0.5
		}, 300);
	}, function() {
		$(this).find("img").stop().animate({
			opacity:1
		}, 300);
	});
});


$(function(){
      $(".twitter-feed").tweet({
        join_text: "auto",
        username: "flavorelgranada",
        count: 3,
        auto_join_text_default: "",
        auto_join_text_ed: "",
        auto_join_text_ing: "",
        auto_join_text_reply: "",
        auto_join_text_url: "",
        loading_text: "loading tweets..."
      });
});


$(function(){
      $(".tweet-home").tweet({
        join_text: "auto",
        username: "flavorelgranada",
        count: 1,
        auto_join_text_default: "",
        auto_join_text_ed: "",
        auto_join_text_ing: "",
        auto_join_text_reply: "",
        auto_join_text_url: "Follow Us",
        loading_text: "loading tweets..."
      });
});

		
		
$(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({
			animationSpeed: 'normal', /* fast/slow/normal */
			opacity: 0.80, /* Value between 0 and 1 */
			showTitle: false /* true/false */
		});
});



