var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70013189&x=2955',
		'title': '',
		'imageId': '70013189',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70012754&x=2955',
		'title': '',
		'imageId': '70012754',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70012752&x=2955',
		'title': '',
		'imageId': '70012752',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70012751&x=2955',
		'title': '',
		'imageId': '70012751',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70012753&x=2955',
		'title': '',
		'imageId': '70012753',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70012763&x=2955',
		'title': '',
		'imageId': '70012763',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012389&docid=70013188&x=2955',
		'title': '',
		'imageId': '70013188',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012389';

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