$jQuery(document).ready(function(){

	current = 1;
	button = 1;
	$jQuery('#p1').animate({"left": "0px"}, 400, "swing");
	$jQuery('#b1').css("backgroundPosition", "left bottom")
	$jQuery('#b1 b').css("color","#fff");

});
