var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3955673&docid=68719910&x=241',
		'title': 'Edgar Allan Poe 39 x 57',
		'imageId': '68719910',
		'alt' : 'Edgar Allan Poe 39 x 57',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3955673&docid=68719909&x=241',
		'title': 'William Shakespeare  39 x 57',
		'imageId': '68719909',
		'alt' : 'William Shakespeare  39 x 57',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3955673&docid=68719907&x=241',
		'title': 'John McCrae 39 x 57',
		'imageId': '68719907',
		'alt' : 'John McCrae 39 x 57',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3955673&docid=68719908&x=241',
		'title': 'William Wordsworth 39 x 57',
		'imageId': '68719908',
		'alt' : 'William Wordsworth 39 x 57',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3955673';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
