var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=915951&docid=7300067&x=3444',
		'title': '',
		'imageId': '7300067',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915951&docid=7300068&x=3444',
		'title': '',
		'imageId': '7300068',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915951&docid=7300073&x=3444',
		'title': '',
		'imageId': '7300073',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915951&docid=7300077&x=3444',
		'title': '',
		'imageId': '7300077',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915951&docid=7300066&x=3444',
		'title': '',
		'imageId': '7300066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #915951';

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