vale ya he visto como creas la galeria dentro de un mc llamado "tn_group"
¿pq no le metes algo así al final del for?
Código actionscript:
Ver originalif(tn_group.width > Stage.width){
tn_group.x = (tn_group.width/2) - (Stage.width/2) * (-1);
} else {
tn_group.x = (Stage.width/2) - (tn_group.width/2);
}