var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123541&x=5032',
		'title': '',
		'imageId': '69123541',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123540&x=5032',
		'title': '',
		'imageId': '69123540',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123544&x=5032',
		'title': '',
		'imageId': '69123544',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123542&x=5032',
		'title': '',
		'imageId': '69123542',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123543&x=5032',
		'title': '',
		'imageId': '69123543',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123539&x=5032',
		'title': '',
		'imageId': '69123539',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3974007&docid=69123538&x=5032',
		'title': '',
		'imageId': '69123538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3974007';

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