var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914148&docid=7278087&x=1315',
		'title': '',
		'imageId': '7278087',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914148&docid=7278114&x=1315',
		'title': '',
		'imageId': '7278114',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914148&docid=7278120&x=1315',
		'title': '',
		'imageId': '7278120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914148&docid=7278130&x=1315',
		'title': '',
		'imageId': '7278130',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914148';

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