var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179535&docid=626154&x=3829',
		'title': '',
		'imageId': '626154',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179535&docid=626155&x=3829',
		'title': '',
		'imageId': '626155',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179535&docid=626156&x=3829',
		'title': '',
		'imageId': '626156',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179535&docid=626157&x=3829',
		'title': '',
		'imageId': '626157',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179535&docid=626158&x=3829',
		'title': '',
		'imageId': '626158',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179535';

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