<!--

// how are your pics named? Should be <prefix>1.jpg etc.
var picPrefix = 'img/image_litmus_';

// how many images in this gallery?
var totalPics = 6;

// array specifying width of each image (so we can align prev/next buttons accoudingly)
var picWidths = new Array(650,650,650,650,650,650);
var picHeights = new Array(487,487,488,487,487,488);

-->