var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3896513&docid=67304636&x=222',
		'title': '',
		'imageId': '67304636',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896513&docid=67304637&x=222',
		'title': '',
		'imageId': '67304637',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896513&docid=67304638&x=222',
		'title': '',
		'imageId': '67304638',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896513&docid=67304639&x=222',
		'title': '',
		'imageId': '67304639',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3896513';

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