// JavaScript Document

$(document).ready(function(){			

//scroll b
 $('#sp_scollbar')
	.jScrollPane(
		{
			showArrows:true,
			dragMinHeight:10,
			dragMaxHeight:55
		}
	);
//scroll of image in de_cruise
$(".khachhang2").jCarouselLite({
				auto: 1000,
				speed: 1000,
		 		btnNext: ".next2",
				btnPrev: ".prev2",
				visible:3
		});
 
//fgf
			$(".khachhang").jCarouselLite({
			auto: false,
			speed: 1000,
	 		btnNext: ".next",
			btnPrev: ".prev",
			visible:6
	});

 //tab
  $('#container-8').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal' });
});

