var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591468&x=4328',
		'title': '',
		'imageId': '2591468',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591471&x=4328',
		'title': '',
		'imageId': '2591471',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591475&x=4328',
		'title': '',
		'imageId': '2591475',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591479&x=4328',
		'title': '',
		'imageId': '2591479',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591483&x=4328',
		'title': '',
		'imageId': '2591483',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591486&x=4328',
		'title': '',
		'imageId': '2591486',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591492&x=4328',
		'title': '',
		'imageId': '2591492',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473867&docid=2591498&x=4328',
		'title': '',
		'imageId': '2591498',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473867';

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