jQuery(function() {

	jQuery('#mycarousel').jcarousel({
		visible : 1,
		scroll : 1,
		animation : 600,
		wrap : 'both'
	});
});

jQuery(function() {

	jQuery('#ps-navi').accordion({
		event: 'mouseover',
		active: '.selected',
		selectedClass: 'act',
		fillSpace: true,
		header: 'h3'
	});

	jQuery("#tp-lists > ul").tabs({
		fx: { opacity: 'toggle',duration: 'slow' }
	});
});

jQuery(function() {
	jQuery("div#tp-tab li:gt(7)").attr("style","display:none");
	jQuery("div#pr-tab li:gt(7)").attr("style","display:none");
	jQuery("div#cp-tab li:gt(7)").attr("style","display:none");
	jQuery("div#ps-tab li:gt(7)").attr("style","display:none");
	jQuery("div#es-tab li:gt(7)").attr("style","display:none");
});