var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3962091&docid=68857284&x=4138',
		'title': '',
		'imageId': '68857284',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962091&docid=68857283&x=4138',
		'title': '',
		'imageId': '68857283',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962091&docid=68857285&x=4138',
		'title': '',
		'imageId': '68857285',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962091&docid=68857286&x=4138',
		'title': '',
		'imageId': '68857286',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962091&docid=68963438&x=4138',
		'title': 'THIS MIGHT BE THE ASSEMBLED ITEM!',
		'imageId': '68963438',
		'alt' : 'THIS MIGHT BE THE ASSEMBLED ITEM!',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3962091';

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";
	})
}
