// slidejQuery(document).ready(function(){jQuery('.baseBox').hover(function(){	jQuery(".cover", this).stop().animate({top:'45px'},{queue:false,duration:160});}, function() {	jQuery(".cover", this).stop().animate({top:'153px'},{queue:false,duration:160});});});jQuery(document).ready(function(){jQuery('#mainimg').hover(function(){	jQuery(".cover", this).stop().animate({left:'321px'},{queue:false,duration:300});}, function() {	jQuery(".cover", this).stop().animate({left:'877px'},{queue:false,duration:300});});});jQuery(document).ready(function(){jQuery('.sp-baseBox').hover(function(){	jQuery(".cover", this).stop().animate({top:'0'},{queue:false,duration:160});}, function() {	jQuery(".cover", this).stop().animate({top:'-130px'},{queue:false,duration:160});});});// slide rolloverjQuery(function(){	jQuery("li.person").hover(		function(){			jQuery("div.cover ul li:not(.person) img.pho").stop().animate({opacity:'0.3'},{queue:false,duration:300});			jQuery("div.cover ul li:not(.person) img.tit").stop().animate({opacity:'0.3'},{queue:false,duration:300});		},function(){			jQuery("div.cover ul li:not(.person) img").stop().animate({opacity:'1'},{queue:false,duration:300});		});	jQuery("li.activity").hover(		function(){			jQuery("div.cover ul li:not(.activity) img.pho").stop().animate({opacity:'0.3'},{queue:false,duration:300});			jQuery("div.cover ul li:not(.activity) img.tit").stop().animate({opacity:'0.3'},{queue:false,duration:300});		},function(){			jQuery("div.cover ul li:not(.activity) img").stop().animate({opacity:'1'},{queue:false,duration:300});		});	jQuery("li.thing").hover(		function(){			jQuery("div.cover ul li:not(.thing) img.pho").stop().animate({opacity:'0.3'},{queue:false,duration:300});			jQuery("div.cover ul li:not(.thing) img.tit").stop().animate({opacity:'0.3'},{queue:false,duration:300});		},function(){			jQuery("div.cover ul li:not(.thing) img").stop().animate({opacity:'1'},{queue:false,duration:300});		});});
