
// The following variables let you orient where the descriptions appear on the pictures
// PixelsRight is the number of pixels to the right from the left side of the picture, default is 20
// PixelsUp is the number of pixels up from the bottom side of the picture, default is __

var PixelsRight = 20;
var PixelsUp = 20;


// These variables specify the number of galleries used for each category 
// L=”Living Room”, D=”Dining Room”, B=”Bedroom”, and A=”Art”

var LNumGalleries =  27;
var BNumGalleries =  26;
var DNumGalleries =  31;
var ANumGalleries =  104;
var CNumGalleries =  50;
var ENumGalleries =  38;
var PNumGalleries =  07;
var ONumGalleries =  13;
var TNumGalleries =  93;








