/* --------- JQUERY FUNCTIONS -------------*/
jQuery(document).ready(function() {
								
    jQuery('#mycarousel').jcarousel();
	
	
});

