function ini(){
	ind= new caixa_mov({
		id:"dades2",
		max:$("#dades2 #_caixa").height(),
		translacio:170,
		temps:600,
		orientacio:"y"
	});
}
function mou_seg(){
	ind.seg();
}

function mou_ant(){
	ind.ant();
}