$(document).ready(function() {
						   
						   $(".nav a").not(".nav li.hover a").hover(function(){$(this).stop().animate({top:"-40px"},400)},function(){$(this).stop().animate({top:"0px"},400)});
						   
						   $(".demo .scroll").scrollable({size:1,items:".demo .scroll ul",loop:true,prev:"a.arr01",next:"a.arr02"}).autoscroll({ autoplay: true,interval:4000 });
						   
						   $(".demo1 .scroll1").scrollable({size:1,items:".demo1 .scroll1 ul",loop:true,prev:"a.arr03",next:"a.arr04"}).autoscroll({ autoplay: true,interval:4000 });
						   
						   $('.gotop').click(function(){
                            $('html, body').animate({scrollTop: 0},500);
                                                           });
						   
						   $(".demo2 .scroll2").scrollable({size:1,items:".demo2 .scroll2 ul",loop:true,prev:"a.arr06",next:"a.arr07"}).autoscroll({ autoplay: true,interval:4000 });
						   
						   $(".demo3 .scroll3").scrollable({size:1,items:".demo3 .scroll3 ul",loop:true,prev:"a.arr08",next:"a.arr09"}).autoscroll({ autoplay: true,interval:4000 });
						   
						   $(".demo4 .scroll4").scrollable({size:4,items:".demo4 .scroll4 ul",loop:true,prev:"a.arr10",next:"a.arr11"}).autoscroll({ autoplay: false,interval:4000 });
						   
						 
							 
							   
                            
                              if(($(".sidebar").height())<($(".main").height())){
							  
							  var i=$(".main").height()-223;
							  
							  $(".s-bg").css("min-height",i);
							  
							  };
						   });



