function ini(){
	album= new caixa_mov({
		id:"cFotos",
		max:(230*3),
		translacio:230,
		orientacio:"x"
	});

}
function fotos_seg(){
	album.seg();
}

function fotos_ant(){
	album.ant();
}