$(document).ready(function() {
	$("div.slideshow div.images").jCarouselLite({
		visible: 1,
		scroll:1,
		btnGo: ['a.product1', 'a.product2', 'a.product3', 'a.product4']
    });

	$("div.thumbnails").jCarouselLite({
        btnNext: "a.next-btn",
        btnPrev: "a.previous-btn",
		visible: 4,
		scroll:1,
		circular:false
    });
});