Photo gallery SlideShow...with link&css?

I have the tutorial flash PhotoGallery ( your tutorial ) I’d like to include the links & css, what would i need to lookup and research to get this working properly?

image.xml

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption><a href=http://><b>Picture 1</b></caption>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/medialab.jpg</image>
<caption><a href=http://><i>Picture 2</i></caption>
</pic>
</images>

estilos.css

caption {
font-family: Verdana,Arial;
color:#ff0000;
font-size: 12px;
font-weight: bold;
display: inline;
}

Thanks for the time and help!

gbl