// JavaScript Document
$(document).ready(function(){
	$("#sliders>*").show();
	$(this).delay(10,function(){
		//Show the elements	
		$(".fans").stop().animate({top:'7px'}, {queue:false, duration:2000, easing: 'easeInOutBack'});
		$buildingup = true;	
    });
});
