var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=915869&docid=7299207&x=3448',
		'title': '',
		'imageId': '7299207',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915869&docid=7299210&x=3448',
		'title': '',
		'imageId': '7299210',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915869&docid=7299213&x=3448',
		'title': '',
		'imageId': '7299213',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915869&docid=7299204&x=3448',
		'title': '',
		'imageId': '7299204',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #915869';

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