var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=916053&docid=7301805&x=3445',
		'title': '',
		'imageId': '7301805',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916053&docid=7301806&x=3445',
		'title': '',
		'imageId': '7301806',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916053&docid=7301807&x=3445',
		'title': '',
		'imageId': '7301807',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916053&docid=7301810&x=3445',
		'title': '',
		'imageId': '7301810',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=916053&docid=7301813&x=3445',
		'title': '',
		'imageId': '7301813',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #916053';

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