var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603464&x=3822',
		'title': '',
		'imageId': '2603464',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603499&x=3822',
		'title': '',
		'imageId': '2603499',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603511&x=3822',
		'title': '',
		'imageId': '2603511',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603514&x=3822',
		'title': '',
		'imageId': '2603514',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603477&x=3822',
		'title': '',
		'imageId': '2603477',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603480&x=3822',
		'title': '',
		'imageId': '2603480',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603489&x=3822',
		'title': '',
		'imageId': '2603489',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476496&docid=2603469&x=3822',
		'title': '',
		'imageId': '2603469',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476496';

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