var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315102&x=1551',
		'title': '',
		'imageId': '68315102',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315105&x=1551',
		'title': '',
		'imageId': '68315105',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315103&x=1551',
		'title': '',
		'imageId': '68315103',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315106&x=1551',
		'title': '',
		'imageId': '68315106',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315100&x=1551',
		'title': '',
		'imageId': '68315100',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315101&x=1551',
		'title': '',
		'imageId': '68315101',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3937612&docid=68315104&x=1551',
		'title': '',
		'imageId': '68315104',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3937612';

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