$(function() {
	$(".jCarouselLite").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			auto: 2000,
			visible: 5,
      speed: 1000
	});

	$(".btn_dl").mouseover(
		function(){
			$(this).addClass("btn_dlr");
		});
	$(".btn_dl").mouseout(
		function(){
			$(this).removeClass("btn_dlr");
		});
	$(".btn_order").mouseover(
		function(){
			$(this).addClass("btn_orderr");
		});
	$(".btn_order").mouseout(
		function(){
			$(this).removeClass("btn_orderr");
		});
	$(".btn_ok").mouseover(
		function(){
			$(this).addClass("btn_okr");
		});
	$(".btn_ok").mouseout(
		function(){
			$(this).removeClass("btn_okr");
		});

//  $('.scroll-pane').jScrollPane();
  $('#image_list').jScrollPane();
  $('#wnew').jScrollPane();
});


