$(document).ready(function(){$("div.fade, a.photo, a.video").css({"opacity":"0"});$("div.fade, a.photo, a.video").hover(function(){$(this).stop(true, true).animate({"opacity":"0.85",filter:''},"fast")},function(){$(this).stop(true, true).animate({"opacity":"0"},"slow")})});
