thumbnails are not centering
I'm a newbie to dreamweaver and I'm trying to create an auto-advancing portfolio gallery with thumbnails. I've got everything to work and can dupicate the gallery on another portfolio page simply by changing the links in the html.
www.rodrice.net (5 thumbnail gallery)
http://www.rodrice.net/rodrice_advertising.html (8 thumbnail gallery)
My problem is I can't get the thumbnails to auto-center on the page, I can manually adjust the margin in the css but it affects all the thumbnail galleries and it's the not the right solution.
.slideshow-thumbnails * {
margin: 0;
padding: 0;
/* thumbnails positioning from left*/
left: 15px;
}
This is important since some pages may have 4, 5, 8 thumbnails. I've tried to change the <div> settings to margin-left: auto, margin-right: auto, etc. but nothing works.
Do I need to change one of the other <div> settings or is the solution in the javascript itself?
Any help would be appreciated.
Thanks, Fishing-Rod
