$(document).ready(function() { 
	$("#tabs").tabs( { event: 'mouseover' } );
	$('#my_carousel').jcarousel({ scroll:1 });
});
