jQuery.noConflict(); 
jQuery(function($){ 
$(document).ready(function(){$("ul.thumb li").hover(function(){$(this).css({'z-index':'10'});$(this).find('img').addClass("hover").stop().animate({marginTop:'-80px',marginLeft:'-111px',right:'-21px',bottom:'-1.15px',top:'92.15px',left:'93px',width:'185px',height:'141px',padding:'20px'},220)},function(){$(this).css({'z-index':'0'});$(this).find('img').removeClass("hover").stop().animate({marginTop:'0',marginLeft:'0',top:'30px',right:'-1px',bottom:'19px',left:'0',width:'175px',height:'131px',padding:'5px'},400);});});
$(document).ready(function(){$('.floatbox a').click(function(){$('html, body').animate({scrollTop:0},500)})});
});

<!--
	var adblock = true;
//-->

