/****************************************
>> GoFFi for Phpwind 8.7 Area
Design By Lo EEA Ryl (Âß¶û)
My Site: www.vrosya.com / www.bivean.com
Email: Loryl@loryl.com
QQ: 630817000
build.1.1.20111111
****************************************/
$(function(){$(".topBarLogin").hover(function(){$(this).toggleClass("topBarLoginHover")});$(".topBarLogin").click(function(){$(".header_login").toggle(0);$(this).toggleClass("topBarLoginClick")});$(".HLClose").click(function(){$(".header_login").toggle(0);$(".topBarLogin").toggleClass("topBarLoginClick")});$(".lorFace .picNews").mouseover(function(){$(this).find(".picNewsInfo").addClass("picNewsInfoHover").animate({height:"95px"},80)});$(".lorFace .picNews").mouseleave(function(){$(this).find(".picNewsInfo").animate({height:"32px"},80,function(){$(this).removeClass("picNewsInfoHover")})});$(".lorFace .floor1 .right .part ").mouseover(function(){$(".floor1 .right").addClass("rightHover");$(this).find(".pushBtn").show();$(this).addClass("partHover")});$(".lorFace .floor1 .right .part ").mouseleave(function(){$(".floor1 .right").removeClass("rightHover");$(this).find(".pushBtn").hide();$(this).removeClass("partHover")});$(".floor2 .left .bbsPost li").mouseover(function(){$(this).find("div").addClass("thisHover");$(this).find("span").show()});$(".floor2 .left .bbsPost li").mouseleave(function(){$(this).find("div").removeClass("thisHover");$(this).find("span").hide()});$("#mainFocus").slides({preload:true,preloadImage:"images/loading.gif",play:4e3,pause:1,fadeSpeed:500,slideEasing:"easeInCirc"});$("#lorGallery").jsCarousel({autoscroll:false,masked:false,itemstodisplay:6,scrollspeed:350,orientation:"h"});$(".galleryItem").mouseover(function(){$(".galleryItem").addClass("galleryItemHover");$(this).removeClass("galleryItemHover")});$(".galleryItem").mouseleave(function(){$(".galleryItem").removeClass("galleryItemHover")});$(".lorBelly .lCont .picNews").mouseover(function(){$(this).find(".picNewsInfo").addClass("picNewsInfoHover").animate({height:"115px"},80)});$(".lorBelly .lCont .picNews").mouseleave(function(){$(this).find(".picNewsInfo").animate({height:"32px"},80,function(){$(this).removeClass("picNewsInfoHover")})})})
