				jQuery(function($){
			$("#slides").slides({
				width: 952,
				height: 450,
				preload: true,
				preloadImage: "'.get_bloginfo('stylesheet_directory').'/images/loading.gif",
				play: 3000,
				pause: 2500,
				effect: "fade, fade",
				generateNextPrev: false,
				hoverPause: true,
				animationStart: function(){
					$(".caption").animate({
						bottom:-96
					},100);
				},
				animationComplete: function(current){
					$(".caption").animate({
						bottom:0
					},200);
				}
			});
			
		});
		// JavaScript Document
