var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472929&docid=1914184&x=3153',
		'title': '',
		'imageId': '1914184',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472929&docid=1914190&x=3153',
		'title': '',
		'imageId': '1914190',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472929&docid=1914193&x=3153',
		'title': '',
		'imageId': '1914193',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472929&docid=1914197&x=3153',
		'title': '',
		'imageId': '1914197',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472929&docid=1914200&x=3153',
		'title': '',
		'imageId': '1914200',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472929';

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