var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605252&x=4042',
		'title': '',
		'imageId': '2605252',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605282&x=4042',
		'title': '',
		'imageId': '2605282',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605323&x=4042',
		'title': '',
		'imageId': '2605323',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605267&x=4042',
		'title': '',
		'imageId': '2605267',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605234&x=4042',
		'title': '',
		'imageId': '2605234',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605296&x=4042',
		'title': '',
		'imageId': '2605296',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605309&x=4042',
		'title': '',
		'imageId': '2605309',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476644&docid=2605318&x=4042',
		'title': '',
		'imageId': '2605318',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476644';

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