var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204109&x=4551',
		'title': '',
		'imageId': '68204109',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204110&x=4551',
		'title': '',
		'imageId': '68204110',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204116&x=4551',
		'title': '',
		'imageId': '68204116',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204113&x=4551',
		'title': '',
		'imageId': '68204113',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204114&x=4551',
		'title': '',
		'imageId': '68204114',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204111&x=4551',
		'title': '',
		'imageId': '68204111',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204115&x=4551',
		'title': '',
		'imageId': '68204115',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3933008&docid=68204112&x=4551',
		'title': '',
		'imageId': '68204112',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3933008';

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