var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800531&x=3537',
		'title': '',
		'imageId': '67800531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800533&x=3537',
		'title': '',
		'imageId': '67800533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800530&x=3537',
		'title': '',
		'imageId': '67800530',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800535&x=3537',
		'title': '',
		'imageId': '67800535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800536&x=3537',
		'title': '',
		'imageId': '67800536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800532&x=3537',
		'title': '',
		'imageId': '67800532',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800534&x=3537',
		'title': '',
		'imageId': '67800534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3916301&docid=67800537&x=3537',
		'title': '',
		'imageId': '67800537',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3916301';

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