var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747982&x=4123',
		'title': '',
		'imageId': '69747982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747980&x=4123',
		'title': '',
		'imageId': '69747980',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747983&x=4123',
		'title': '',
		'imageId': '69747983',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747981&x=4123',
		'title': '',
		'imageId': '69747981',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747985&x=4123',
		'title': '',
		'imageId': '69747985',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747984&x=4123',
		'title': '',
		'imageId': '69747984',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747986&x=4123',
		'title': '',
		'imageId': '69747986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001388&docid=69747987&x=4123',
		'title': '',
		'imageId': '69747987',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4001388';

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