var pi = 0;
$j(document).ready( function() {

//	$("#partner2").jCarouselLite({ //#footer 
//	    auto: 800,
//	    speed: 1000,
//	    visible: 1
//	});
	new SlideItMoo({itemsVisible:7, // the number of thumbnails that are visible
		showControls:0, // show the next-previous buttons
		currentElement: 0,
		autoSlide:2500, // insert interval in milliseconds
		thumbsContainer: 'thumbs',
		elementScrolled: 'thumbs2',
		overallContainer: 'partner2'});
	
	if(document.getElementById('ft')) {
		$j('#ft').jqFancyTransitions({ width: 440, height: 260, navigation : true });
	}
});
