var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=439481&docid=1880931&x=3152',
		'title': '',
		'imageId': '1880931',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=439481&docid=2052109&x=3152',
		'title': '',
		'imageId': '2052109',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=439481&docid=2052112&x=3152',
		'title': '',
		'imageId': '2052112',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=439481&docid=2052115&x=3152',
		'title': '',
		'imageId': '2052115',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #439481';

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