Hello,
To "remove" the description open source\oxylus\JuneGallery\ImageViewer.as and go to line 295 and remove the whole
private function onMouseMove() {... function.
For the tooltip that appears on the thumbnails, open source\oxylus\FSlider\Thumbnail.as and remove the following lines:
Code:
44. _root.Tooltip_mc.hide();
and
Code:
39. _root.Tooltip_mc.show(...);
Now open source/main.fla and republish the swf.