jQuery(document).ready(function() {

    jQuery('#mycarousel').show().jcarousel();
    
	
	
	// beforAfter
	jQuery('#container').beforeAfter({imagePath:'images/'});
	jQuery('#container').show();
	
});
