    jQuery(document).ready(function() {
        jQuery('#gall').jCarouselLite({
            btnNext: ".carnext",
            btnPrev: ".carprev",
            auto: 1800,
            speed: 2000
        });
        $('#flash_wrap').flash({
            src: 'wp-content/themes/ladjane/ladjane.swf',
            width: 543,
            height: 227
        });
     /*   $('#gall li a').lightBox();*/
      /*  $('.ngg-gallery-thumbnail a').lightBox();*/
    });
