var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476134&docid=2600481&x=4039',
		'title': '',
		'imageId': '2600481',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476134&docid=2600484&x=4039',
		'title': '',
		'imageId': '2600484',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476134&docid=2600487&x=4039',
		'title': '',
		'imageId': '2600487',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476134';

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