var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591979&x=3241',
		'title': '',
		'imageId': '2591979',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591982&x=3241',
		'title': '',
		'imageId': '2591982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591986&x=3241',
		'title': '',
		'imageId': '2591986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591990&x=3241',
		'title': '',
		'imageId': '2591990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591993&x=3241',
		'title': '',
		'imageId': '2591993',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473912&docid=2591996&x=3241',
		'title': '',
		'imageId': '2591996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473912';

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