var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476137&docid=2600506&x=4235',
		'title': '',
		'imageId': '2600506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476137&docid=2600509&x=4235',
		'title': '',
		'imageId': '2600509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476137&docid=2600512&x=4235',
		'title': '',
		'imageId': '2600512',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476137&docid=2600515&x=4235',
		'title': '',
		'imageId': '2600515',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476137';

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