var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179540&docid=626299&x=2150',
		'title': '',
		'imageId': '626299',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179540&docid=626300&x=2150',
		'title': '',
		'imageId': '626300',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179540&docid=626301&x=2150',
		'title': '',
		'imageId': '626301',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179540&docid=626302&x=2150',
		'title': '',
		'imageId': '626302',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179540';

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