
// 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 =  26;
var BNumGalleries =  25;
var DNumGalleries =  28;
var ANumGalleries =  93;
var CNumGalleries =  52;
var ENumGalleries =  34;
var PNumGalleries =  05;
var ONumGalleries =  14;
var TNumGalleries =  90;









