/* jcarousel */

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


/* jcarousel */

$(function() {
	$( "#tabs" ).tabs({
		ajaxOptions: {
			error: function( xhr, status, index, anchor ) {
				$( anchor.hash ).html(
					"Couldn't load this tab. We'll try to fix this as soon as possible. "
				 );
			}
		}
	});
});















