var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467834&docid=2543104&x=3215',
		'title': '',
		'imageId': '2543104',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467834&docid=2543107&x=3215',
		'title': '',
		'imageId': '2543107',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467834&docid=2543110&x=3215',
		'title': '',
		'imageId': '2543110',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467834&docid=2543113&x=3215',
		'title': '',
		'imageId': '2543113',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467834&docid=2543124&x=3215',
		'title': '',
		'imageId': '2543124',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467834';

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