imagePanel.add(images[i]);
}
this.initWidget(carouselDock);
//Sync caption with front-most photo.
addPhotoToFrontHandler(new PhotoToFrontHandler(){
public void photoToFront(PhotoToFrontEvent event) {
caption.setText(event.getPhoto().getCaption());
}
});