$(function() {
    $('.carouselList').each(function() {
        $('ul li a', this).lightBox();
    });
});

$(document).ready(function() {
    $('.productImages').jcarousel({
        auto: 4000,
        speed: 600
    });
});
