Great Template!!! I want to increase the image size of the gallery and nudge the navigation side bar over to accommodate increased image dimensions. If I understand correctly all I have to do is modify the css in the "slideshow.css" file to accomplish this ?
} div.slideshow-container, div.loader, div.slideshow a.advance-link { width:744px; /* This should be set to be at least the width of the largest image in the slideshow with padding */ }
} #maincontainer .slideshow-container img {text-decoration:none; } #maincontainer .slideshow { width:640px; } div.loader, div.slideshow a.advance-link, div.caption-container { height:582px; /* This should be set to be at least the height of the largest image in the slideshow with padding */ }