var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3896861&docid=67313087&x=4044',
		'title': '',
		'imageId': '67313087',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896861&docid=67313088&x=4044',
		'title': '',
		'imageId': '67313088',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896861&docid=67313089&x=4044',
		'title': '',
		'imageId': '67313089',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896861&docid=67313090&x=4044',
		'title': '',
		'imageId': '67313090',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3896861&docid=67313091&x=4044',
		'title': '',
		'imageId': '67313091',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3896861';

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