var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519017&x=4223',
		'title': '',
		'imageId': '67519017',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519018&x=4223',
		'title': '',
		'imageId': '67519018',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519020&x=4223',
		'title': '',
		'imageId': '67519020',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519019&x=4223',
		'title': '',
		'imageId': '67519019',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519022&x=4223',
		'title': '',
		'imageId': '67519022',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519021&x=4223',
		'title': '',
		'imageId': '67519021',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3904566&docid=67519016&x=4223',
		'title': '',
		'imageId': '67519016',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3904566';

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