var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145987&x=2318',
		'title': '',
		'imageId': '67145987',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145989&x=2318',
		'title': '',
		'imageId': '67145989',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145991&x=2318',
		'title': '',
		'imageId': '67145991',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145990&x=2318',
		'title': '',
		'imageId': '67145990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145995&x=2318',
		'title': '',
		'imageId': '67145995',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145992&x=2318',
		'title': '',
		'imageId': '67145992',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3890013&docid=67145986&x=2318',
		'title': '',
		'imageId': '67145986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3890013';

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