var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820982&x=123',
		'title': '',
		'imageId': '67820982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820983&x=123',
		'title': '',
		'imageId': '67820983',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820986&x=123',
		'title': '',
		'imageId': '67820986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820984&x=123',
		'title': '',
		'imageId': '67820984',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820985&x=123',
		'title': '',
		'imageId': '67820985',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820989&x=123',
		'title': '',
		'imageId': '67820989',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820992&x=123',
		'title': '',
		'imageId': '67820992',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820996&x=123',
		'title': '',
		'imageId': '67820996',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916801&docid=67820981&x=123',
		'title': '',
		'imageId': '67820981',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3916801';

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