var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833068&x=3551',
		'title': '',
		'imageId': '69833068',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833070&x=3551',
		'title': '',
		'imageId': '69833070',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833071&x=3551',
		'title': '',
		'imageId': '69833071',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833067&x=3551',
		'title': '',
		'imageId': '69833067',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833066&x=3551',
		'title': '',
		'imageId': '69833066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833072&x=3551',
		'title': '',
		'imageId': '69833072',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010061&docid=69833069&x=3551',
		'title': '',
		'imageId': '69833069',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010061';

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