$(document).ready(function(){
	$('HTML').addClass('JS');
	
    $("#carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		speed: 300,
		visible:1,
		easing: "easeout"
    });
	
    $('.lightbox').lightbox(); 
});