var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=625996&x=5051',
		'title': '',
		'imageId': '625996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=625997&x=5051',
		'title': '',
		'imageId': '625997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=625998&x=5051',
		'title': '',
		'imageId': '625998',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=625999&x=5051',
		'title': '',
		'imageId': '625999',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=626000&x=5051',
		'title': '',
		'imageId': '626000',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=626001&x=5051',
		'title': '',
		'imageId': '626001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179525&docid=626002&x=5051',
		'title': '',
		'imageId': '626002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179525';

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