var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476728&docid=2606544&x=406',
		'title': '',
		'imageId': '2606544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476728&docid=2606547&x=406',
		'title': '',
		'imageId': '2606547',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476728&docid=2606550&x=406',
		'title': '',
		'imageId': '2606550',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476728&docid=2606553&x=406',
		'title': '',
		'imageId': '2606553',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476728';

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