var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509118&x=5537',
		'title': '',
		'imageId': '70509118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509121&x=5537',
		'title': '',
		'imageId': '70509121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509124&x=5537',
		'title': '',
		'imageId': '70509124',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509127&x=5537',
		'title': '',
		'imageId': '70509127',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509130&x=5537',
		'title': '',
		'imageId': '70509130',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509133&x=5537',
		'title': '',
		'imageId': '70509133',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509136&x=5537',
		'title': '',
		'imageId': '70509136',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4032213&docid=70509139&x=5537',
		'title': '',
		'imageId': '70509139',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4032213';

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