$(document).ready(function(){
if ($('a.lightbox').length){$('a.lightbox').lightBox();}
	$("#sp1").click(function(){
		$(".auto img, .select img").css({display: "none" });
		$("#img1, #img_ar1").css({display: "block" });	
	});
	$("#sp2").click(function(){
		$(".auto img, .select img").css({display: "none" });
		$("#img2, #img_ar2").css({display: "block" });
	});
	$("#sp3").click(function(){
		$(".auto img, .select img").css({display: "none" });
		$("#img3, #img_ar3").css({display: "block" });	
	});
	$("#sp4").click(function(){
		$(".auto img, .select img").css({display: "none" });
		$("#img4, #img_ar4").css({display: "block" });	
	});
	$("#sp5").click(function(){
		$(".auto img, .select img").css({display: "none" });
		$("#img5, #img_ar5").css({display: "block" });	
	});
	
	$(".main .jCarouselLite").jCarouselLite({
        btnNext: ".main .next",
        btnPrev: ".main .prev",
		visible: 4,
		speed: 300
    });
	$("#header").hover(function(){$("#menu li").css("width","auto");},function(){});
	$("#sidebar").hover(function(){$("#menu li").css("width","auto");},function(){});
	$("#content").hover(function(){$("#menu li").css("width","auto");},function(){});
	$("#menu li").hover(function(){$(this).addClass("hv");$(this).find("ul").css("display","block");if($(this).width()<$(this).find("ul").width())$(this).css({width:$(this).find("ul").width()+"px"});else $(this).find("ul").css({width:$(this).width()+"px"})},function(){$(this).removeClass("hv");$(this).find("ul").css("display","none");$(this).css("width","auto");});
	
	$('#newAuto li').hover(function(){$(this).find('ul').css('display','block');},function(){$(this).find('ul').css('display','none');});
	
});

function ch_img(img) {
$('div.main_img img').css('display','none');
$('#'+img).css('display','block');
}
