var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467840&docid=2543424&x=3348',
		'title': '',
		'imageId': '2543424',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467840&docid=2543427&x=3348',
		'title': '',
		'imageId': '2543427',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467840&docid=2543430&x=3348',
		'title': '',
		'imageId': '2543430',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467840&docid=2543435&x=3348',
		'title': '',
		'imageId': '2543435',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467840&docid=2543438&x=3348',
		'title': '',
		'imageId': '2543438',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467840';

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