$(function(){$(".content_wrap").css("overflow","hidden");$("#slider").css({width:$(".content_wrap").width()*$(".content_wrap .content").length,height:600,"background-image":'url("/ref/images/service/service_bg.gif")',"background-repeat":"no-repeat","background-position":"-50px 0px"});$(".content_wrap .content").each(function(){$(this).css({width:$(".content_wrap").width(),"float":"left","min-height":600})});$(".content_wrap").css("height",0);var a=0;$.browser.safari&&$(".content p").css("text-shadow", "#ffffff 0 0 3px");var c=function(){$(".content_overlay_left, .content_overlay_right").css({"margin-top":($(".pricelist").height()+40)*-1,height:$(".pricelist").height()+40});$("#slider, #service_bg").stop().animate({marginLeft:a*$(".content_wrap").width()*-1},750,"easeOutExpo");var b=$(".content_wrap .content:eq("+a+")").outerHeight(true);if(b<600)b=600;$(".content_wrap").stop().animate({height:b},500,"easeOutExpo");if(!$.browser.msie){$(".content_wrap .content:eq("+a+")").stop().animate({opacity:1}, 750,"easeInQuint");$(".content_wrap .content:not(:eq("+a+"))").stop().animate({opacity:0.125},750,"easeOutExpo")}};$(window).resize(function(){c()});$("a[href^=#]").click(function(){switch(this.hash){case "#cut_perm":a=0;break;case "#hair_color":a=1;break;case "#head_spa":a=2;break;case "#treatment":a=3;break;case "#price_list":a=4;break;default:return true}c();return false});$(".content_wrap").css({visibility:"visible"});c();$("#slider").animate({backgroundPosition:"0px 0px"},1E3,"easeOutExpo")});