if (scr)
{

	$(function()
	{
	    $("#a-lst").jCarouselLite({
        	btnNext: "#a-next",
	        btnPrev: "#a-prev",
		visible: 5,
	        speed: 100,
        	easing: "easeInOutSine",
		mouseWheel: true
	    });
	});
}
$(function() {$("a.item").click(function()
{
	document.getElementById('img').src = this;
/*	$('#img').src = this;*/
	return false;
})});

