jQuery.noConflict();
jQuery(document).ready(function(){


	   			  			

    			// KARUSSEL 	
    			 	
    			jQuery('#mycarousel').jcarousel({
	        	'scroll': 3,
				'start': 1,
				'visible': 5
	   			});
	   			jQuery("#tabbox_rahmen ul#primary,#tabbox_rahmen ul#secondary").tabs({ fx: { opacity: 'toggle' } });
	   			
	// SCROLLPANE
  				
  				jQuery('#box_waisen .tx-rtpageteaser-pi1').jScrollPane({scrollbarWidth:34, scrollbarMargin:0, showArrows:true, arrowSize:55, animateTo:true, animateInterval:50, animateStep:5});

    			 
  				});