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