$(function() {
	$('#images a').lightBox({fixedNavigation:true});
});


$(function() {
	$(".slider .slidercontent").jCarouselLite({
    	btnNext: ".slider .next",
	    btnPrev: ".slider .prev",
	    scroll: 1,
	    speed: 600
	});
});

