var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=454926&docid=2608621&x=409',
		'title': '',
		'imageId': '2608621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454926&docid=2608624&x=409',
		'title': '',
		'imageId': '2608624',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454926&docid=2608627&x=409',
		'title': '',
		'imageId': '2608627',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454926&docid=2608630&x=409',
		'title': '',
		'imageId': '2608630',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=454926&docid=2608633&x=409',
		'title': '',
		'imageId': '2608633',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #454926';

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