var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963669&x=1821',
		'title': '',
		'imageId': '69963669',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963668&x=1821',
		'title': '',
		'imageId': '69963668',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963665&x=1821',
		'title': '',
		'imageId': '69963665',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963663&x=1821',
		'title': '',
		'imageId': '69963663',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963664&x=1821',
		'title': '',
		'imageId': '69963664',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963666&x=1821',
		'title': '',
		'imageId': '69963666',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010016&docid=69963667&x=1821',
		'title': '',
		'imageId': '69963667',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010016';

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