﻿$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        visible: 1,        
        circular: false
        
    });
    $('a.lightbox').lightBox({
        
    });
    

});