var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263499&x=4335',
		'title': '',
		'imageId': '70263499',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263500&x=4335',
		'title': '',
		'imageId': '70263500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263494&x=4335',
		'title': '',
		'imageId': '70263494',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263497&x=4335',
		'title': '',
		'imageId': '70263497',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263495&x=4335',
		'title': '',
		'imageId': '70263495',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263496&x=4335',
		'title': '',
		'imageId': '70263496',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021487&docid=70263498&x=4335',
		'title': '',
		'imageId': '70263498',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4021487';

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