var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713702&x=5850',
		'title': '',
		'imageId': '70713702',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713851&x=5850',
		'title': '',
		'imageId': '70713851',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713705&x=5850',
		'title': '',
		'imageId': '70713705',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713737&x=5850',
		'title': '',
		'imageId': '70713737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713719&x=5850',
		'title': '',
		'imageId': '70713719',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713846&x=5850',
		'title': '',
		'imageId': '70713846',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713842&x=5850',
		'title': '',
		'imageId': '70713842',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4039499&docid=70713856&x=5850',
		'title': '',
		'imageId': '70713856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4039499';

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