var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476846&docid=2607485&x=4032',
		'title': '',
		'imageId': '2607485',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476846&docid=2607500&x=4032',
		'title': '',
		'imageId': '2607500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476846&docid=2607508&x=4032',
		'title': '',
		'imageId': '2607508',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476846&docid=2607512&x=4032',
		'title': '',
		'imageId': '2607512',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476846&docid=2607523&x=4032',
		'title': '',
		'imageId': '2607523',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476846';

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