jQuery(document).ready(function() {
	jQuery('.tx-spnewsteaserbox-pi1 .teaserbox').each(function() {
		speed = jQuery(this).find('ul').attr('class').replace(/.*ui-tabs-nav-speed:(\d*).*/,'$1');
		jQuery(this).find('ul > li').removeClass('ui-tabs-hide');
		jQuery(this).tabs({ fx: { opacity: 'toggle' } }).tabs( 'rotate' , speed );
	});
});

