YUI({
	modules : {
		'slideshow' : {
			fullpath : 'http://versusbr332.brane.com.br/resources/scripts/ys.js',
			requires: ['anim']
		}
	}
}).use('slideshow', function(Y){
	var oSlideshow = new Y.Slideshow('capanyl', {
		easingIn: Y.Easing.easeNone,
		easingOut: Y.Easing.backBoth,
		duration: 1.0,
		interval: 5000,
		nextButton: '#capanyl'
	});

});