var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111008&x=2726',
		'title': '',
		'imageId': '70111008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111011&x=2726',
		'title': '',
		'imageId': '70111011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111009&x=2726',
		'title': '',
		'imageId': '70111009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111010&x=2726',
		'title': '',
		'imageId': '70111010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111007&x=2726',
		'title': '',
		'imageId': '70111007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111006&x=2726',
		'title': '',
		'imageId': '70111006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111012&x=2726',
		'title': '',
		'imageId': '70111012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4015902&docid=70111005&x=2726',
		'title': '',
		'imageId': '70111005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4015902';

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