var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510861&x=3030',
		'title': '',
		'imageId': '69510861',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510862&x=3030',
		'title': '',
		'imageId': '69510862',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510865&x=3030',
		'title': '',
		'imageId': '69510865',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510867&x=3030',
		'title': '',
		'imageId': '69510867',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510864&x=3030',
		'title': '',
		'imageId': '69510864',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510866&x=3030',
		'title': '',
		'imageId': '69510866',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3991023&docid=69510863&x=3030',
		'title': '',
		'imageId': '69510863',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3991023';

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