var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300028&x=2220',
		'title': '',
		'imageId': '69300028',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300025&x=2220',
		'title': '',
		'imageId': '69300025',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300029&x=2220',
		'title': '',
		'imageId': '69300029',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300026&x=2220',
		'title': '',
		'imageId': '69300026',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300024&x=2220',
		'title': '',
		'imageId': '69300024',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300023&x=2220',
		'title': '',
		'imageId': '69300023',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981254&docid=69300027&x=2220',
		'title': '',
		'imageId': '69300027',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3981254';

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