$(document).ready(function() {	 
	$(".src2 ul").tabs(".src1 > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true});
		$(".src4 ul").tabs(".src3 > div", {loop:true,fadeOutSpeed: "fast",rotate: true});
$(".left_service .src5").scrollable({size:1,items:".left_service .src5 ul",loop:true,prev:"a.arr01",next:"a.arr02"}).autoscroll({ autoplay: true,interval:4000 });
	$(".src7 ul").tabs(".src6 > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true});
	$(".src7").scrollable({size:3,items:".src7 ul",loop:true}).autoscroll({ autoplay:false,interval:4000 }).navigator({navi:".nv",naviItem:'dd',activeClass:"active"});	
	$(".src10 ul").tabs(".src8 > div", {loop:true,fadeOutSpeed: "fast",rotate: true});
    $(".src9 .src10").scrollable({size:4,items:".src9 .src10 ul",loop:true,prev:"a.arr03",next:"a.arr04"}).autoscroll({ autoplay: false,interval:4000 });
	   $(".left_showcase .src11").scrollable({size:1,items:".left_showcase .src11 ul",loop:true,prev:"a.arr05",next:"a.arr06"}).autoscroll({ autoplay: true,interval:4000 });
				$('#pane2').jScrollPane({showArrows:true});	

                               $('.totop').click(function(){
                            $('html, body').animate({scrollTop: 0},500);
                                                           });
		
						   });
