function animaarea(s) {
	$('div#cont').animate({marginLeft: -(s*542)+'px'}, 600);
}
