$(function() {

	$('#home1 img, #home2 img, #home3 img, #content img, .boxRight img').animate({

			"opacity" : 1

	});

	$('#home1 img, #home2 img, #home3 img, #content img, .boxRight img').hover(function() {

        $(this).stop().animate({ "opacity": .8 });

    }, function() {

        $(this).stop().animate({ "opacity": 1 });

    });

	$('a[rel*=facebox]').facebox() 

});
