$(document).ready(function(){
	$('a.image').lightBox();

	$('#carousel').jCarouselLite({
	    auto: 1000,
	    speed: 2000
	});
});
