var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961116&x=5828',
		'title': '',
		'imageId': '69961116',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961118&x=5828',
		'title': '',
		'imageId': '69961118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961121&x=5828',
		'title': '',
		'imageId': '69961121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961122&x=5828',
		'title': '',
		'imageId': '69961122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961117&x=5828',
		'title': '',
		'imageId': '69961117',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961119&x=5828',
		'title': '',
		'imageId': '69961119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009952&docid=69961120&x=5828',
		'title': '',
		'imageId': '69961120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009952';

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