Ext.onReady(function(){
	Ext.QuickTips.init(); 
	
	new Ext.ux.Carousel('slideshow', {
		itemSelector:'img',
		interval:5,
		autoPlay:true,
		showPlayButton:false,
		pauseOnNavigate:false,
		freezeOnHover:false,
		transitionType:'fade',
		navigationOnHover:false       
	});

});
