$(document).ready(function(){

	// Awesome large background settings
	$.supersized({
		slide_interval : 10000,
		slides  :  	[ {image : '_public/img/backgrounds/welcome.jpg'}
					],
		start_slide : 0
	});
});

$(window).load(function(){
	$(".logo").animate({
		top:0
	}, 1000, function(){
		$(".tab").show();
		$(".tab1").delay(500).animate({
			top:0,
			left:0
		}, 500);
		$(".tab2").delay(500).animate({
			top:0,
			left:187
		}, 500);
		$(".tab3").delay(500).animate({
			top:0,
			left:367
		}, 500);
		$(".tab4").delay(500).animate({
			top:0,
			left:547
		}, 500);
		$(".tab5").delay(500).animate({
			top:0,
			left:733
		}, 500);
	});
	
});
