var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164159&x=2232',
		'title': '',
		'imageId': '70164159',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164163&x=2232',
		'title': '',
		'imageId': '70164163',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164158&x=2232',
		'title': '',
		'imageId': '70164158',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164161&x=2232',
		'title': '',
		'imageId': '70164161',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164162&x=2232',
		'title': '',
		'imageId': '70164162',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164160&x=2232',
		'title': '',
		'imageId': '70164160',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017254&docid=70164168&x=2232',
		'title': '',
		'imageId': '70164168',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4017254';

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