var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300994&x=5345',
		'title': '',
		'imageId': '70300994',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300995&x=5345',
		'title': '',
		'imageId': '70300995',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300991&x=5345',
		'title': '',
		'imageId': '70300991',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300997&x=5345',
		'title': '',
		'imageId': '70300997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300996&x=5345',
		'title': '',
		'imageId': '70300996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300992&x=5345',
		'title': '',
		'imageId': '70300992',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300993&x=5345',
		'title': '',
		'imageId': '70300993',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023096&docid=70300990&x=5345',
		'title': '',
		'imageId': '70300990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4023096';

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