$(function() {
	//$('.play').show(1000);
	
	//$('.play').click(function () {
		$('.first').animate({right: '700px'}, 3000);
		//$('.second').delay(3800).show(1500);
		$('.second').fadeIn(3800);		
		/*$('.first').animate({left: '100px'}, 500);
		$('.shadow1').delay(3800).show(1000);
		$('.second .a').delay(3800).show(500);
		$('.second .b').delay(4000).show(500);
		$('.second .c').delay(4200).show(500);
		$('.third').delay(6200).animate({bottom: '125px'}, 500);
		$('.shadow1').delay(1800).hide(500);
		$('.second .a').delay(3500).animate({bottom: '30px'}, 300);
		$('.second .b').delay(3800).animate({bottom: '30px'}, 300);
		$('.second .c').delay(4100).animate({bottom: '30px'}, 300);
		$('.second').delay(10000).hide(500);
		$('.third').delay(3500).animate({top: '125px'}, 500);
		$('.fourth').delay(10500).show(500);
		$('.fifth .a').delay(12000).animate({left: '85px'}, 300);
		$('.fifth .b').delay(12300).animate({left: '95px'}, 300);
		$('.fifth .c').delay(12600).animate({left: '180px'}, 300);
		$('.fifth .d').delay(12900).animate({left: '100px'}, 300);
		$('.fourth').delay(4000).animate({'font-size': '150px', 'bottom': '50px', 'right': '50px'}, 300);
		$('.fifth').delay(15000).hide(500);
		$('.fourth').delay(2000).hide(500);
		$('.sixth').delay(18000).show(1000);*/
	//});
});
