$(document).ready(function() {
							 $(".nav a").not(".nav a.hover").hover(function(){$(this).stop().animate({top:"-30px"},400)},function(){$(this).stop().animate({top:"0px"},400)});
							 $(".scroll .list").scrollable({size:3,items:".scroll .list ul",loop:true,prev:"a.arr01",next:"a.arr02"}).autoscroll({ autoplay: true,interval:4000 });
							 $(".p-scroll .item").scrollable({size:1,items:".p-scroll .item ul",loop:true,prev:"a.arr03",next:"a.arr04"}).autoscroll({ autoplay: false,interval:4000 });
							 
							 $(".ff").width($(".ff ul li:first").width()*2+$(".ff ul li.num").width()*($(".ff ul li").size()-2)+$(".ff ul li").size()*8);
							 
							 if($(".store img").width()>700){
								 $(".store img").height(700*($(".store img").height()/$(".store img").width()));
								 $(".store img").width(700);
								 }
								 
							 $(".back small input").hover(function(){
																   
																   $(this).css("color","#947351");
																   
																   },function(){
																   
																   $(this).css("color","#595959");
																   
																   });
							 
							 
							 if($(".sidebar").height()>$(".mb").height()){
								 
								   $(".mb").height($(".sidebar").height()+20)
								 
								 }
								 
								 $("a.arr03").hover(function(){
															 
												$("a.arr03").css("background-image","url(images/arr03.png)");
															 
															 },function(){
															 
												$("a.arr03").css("background-image","url(images/arr01.png)");
															 
															 });
								 
								 $("a.arr04").hover(function(){
															 
												$("a.arr04").css("background-image","url(images/arr04.png)");
															 
															 },function(){
															 
												$("a.arr04").css("background-image","url(images/arr02.png)");
															 
															 });
							 
							 
							 for(i=0;i<$(".item ul li").size();i++){
								 $(".item ul li img").eq(i).css("margin-top",-$(".item ul li img").eq(i).height()/2);
								}
							 
						   });


                             
