var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914748&docid=7285533&x=610',
		'title': '',
		'imageId': '7285533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914748&docid=7285536&x=610',
		'title': '',
		'imageId': '7285536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914748&docid=7285539&x=610',
		'title': '',
		'imageId': '7285539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914748&docid=7285542&x=610',
		'title': '',
		'imageId': '7285542',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914748';

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