jQuery.noConflict();speed=300;sizein=240;sizeout=170;jQuery(document).ready(function(){jQuery(".sqrcontent").animate({opacity:0},0);jQuery('.sqrlink').hover(function(){jQuery(this).find('.sqrbg,.sqrcontent').animate({width:sizein,height:sizein},{ queue:false, duration:speed });jQuery(this).find('.sqrbg').animate({opacity:0.2},{ queue:false, duration:speed });jQuery(this).find('.sqrcontent').animate({opacity:1},{ queue:false, duration:speed });},function(){jQuery(this).find('.sqrbg,.sqrcontent').animate({width:sizeout,height:sizeout},{ queue:false, duration:speed });jQuery(this).find('.sqrbg').animate({opacity:1},{ queue:false, duration:speed });jQuery(this).find('.sqrcontent').animate({opacity:0},{ queue:false, duration:speed });});});
