var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=915402&docid=7094489&x=3444',
		'title': '',
		'imageId': '7094489',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915402&docid=7094480&x=3444',
		'title': '',
		'imageId': '7094480',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915402&docid=7094478&x=3444',
		'title': '',
		'imageId': '7094478',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=915402&docid=7094479&x=3444',
		'title': '',
		'imageId': '7094479',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #915402';

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