var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103481&x=193',
		'title': '',
		'imageId': '70103481',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103411&x=193',
		'title': '',
		'imageId': '70103411',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103409&x=193',
		'title': '',
		'imageId': '70103409',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103410&x=193',
		'title': '',
		'imageId': '70103410',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103417&x=193',
		'title': '',
		'imageId': '70103417',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103416&x=193',
		'title': '',
		'imageId': '70103416',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103418&x=193',
		'title': '',
		'imageId': '70103418',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015488&docid=70103505&x=193',
		'title': '',
		'imageId': '70103505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4015488';

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