$(function() {
        $('#carousel a').lightBox();
});

window.onload = function() {
	$('#carousel').Carousel({ itemWidth: 170, itemHeight: 95, itemMinWidth: 50, items: 'a', reflections: .5, rotationSpeed: 1.8});
}; 