
$(function(){
	$('#slides').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		play: 5000,
		pause: 2500,
		hoverPause: true,
		effect: 'fade',
		crossfade: true,
		pagination: true
		//animationStart: function(){
		//	$('.caption').animate({
		//	  bottom:0
		//		//,opacity: 0
		//	},0);
		//},
		//animationComplete: function(current){
		//	$('.caption').animate({
		//		bottom:0
		//		//,opacity: 1
		//	},900);
		//}
	});
});

