jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
	
});

jQuery(function() {
       jQuery('#show-templates a').lightBox();
    });
