var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506933&x=1254',
		'title': '',
		'imageId': '69506933',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506923&x=1254',
		'title': '',
		'imageId': '69506923',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506932&x=1254',
		'title': '',
		'imageId': '69506932',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506929&x=1254',
		'title': '',
		'imageId': '69506929',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506934&x=1254',
		'title': '',
		'imageId': '69506934',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506927&x=1254',
		'title': '',
		'imageId': '69506927',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506928&x=1254',
		'title': '',
		'imageId': '69506928',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002545&docid=69506931&x=1254',
		'title': '',
		'imageId': '69506931',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4002545';

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