$(function(){
	$('#slides').slides({
		preload: true,
		preloadImage: 'images/sliderimg/loading.gif',
		play: 5000,
		pause: 2500,
		generatePagination: false,
		pagination: false,
		hoverPause: true,
		
		animationStart: function(current){
			$('.caption').animate({
				bottom:-35
			},100);
		},
		animationComplete: function(current){
			$('.caption').animate({
				bottom:0
			},200);
		},
		
		
	});

	$("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed:'normal',
		theme:'light_square',
		slideshow:3000,
		show_title: false, /* true/false */
		autoplay_slideshow: false
	});
});
