var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179575&docid=626655&x=454',
		'title': '',
		'imageId': '626655',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179575&docid=626656&x=454',
		'title': '',
		'imageId': '626656',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179575&docid=626657&x=454',
		'title': '',
		'imageId': '626657',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179575&docid=626658&x=454',
		'title': '',
		'imageId': '626658',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179575';

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