var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960041&x=2159',
		'title': '',
		'imageId': '69960041',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960040&x=2159',
		'title': '',
		'imageId': '69960040',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960037&x=2159',
		'title': '',
		'imageId': '69960037',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960039&x=2159',
		'title': '',
		'imageId': '69960039',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960042&x=2159',
		'title': '',
		'imageId': '69960042',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960038&x=2159',
		'title': '',
		'imageId': '69960038',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960036&x=2159',
		'title': '',
		'imageId': '69960036',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009901&docid=69960035&x=2159',
		'title': '',
		'imageId': '69960035',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009901';

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