var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761901&x=4128',
		'title': '',
		'imageId': '69761901',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761902&x=4128',
		'title': '',
		'imageId': '69761902',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761904&x=4128',
		'title': '',
		'imageId': '69761904',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761906&x=4128',
		'title': '',
		'imageId': '69761906',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761905&x=4128',
		'title': '',
		'imageId': '69761905',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761903&x=4128',
		'title': '',
		'imageId': '69761903',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001943&docid=69761900&x=4128',
		'title': '',
		'imageId': '69761900',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4001943';

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