var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=471516&docid=2569421&x=4337',
		'title': '',
		'imageId': '2569421',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=471516&docid=2571747&x=4337',
		'title': '',
		'imageId': '2571747',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=471516&docid=2569415&x=4337',
		'title': '',
		'imageId': '2569415',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=471516&docid=2569430&x=4337',
		'title': '',
		'imageId': '2569430',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=471516&docid=2569424&x=4337',
		'title': '',
		'imageId': '2569424',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #471516';

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