var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887487&x=3456',
		'title': '',
		'imageId': '68887487',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887491&x=3456',
		'title': '',
		'imageId': '68887491',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887486&x=3456',
		'title': '',
		'imageId': '68887486',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887489&x=3456',
		'title': '',
		'imageId': '68887489',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887488&x=3456',
		'title': '',
		'imageId': '68887488',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68887490&x=3456',
		'title': '',
		'imageId': '68887490',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3828368&docid=68886687&x=3456',
		'title': '',
		'imageId': '68886687',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3828368';

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