var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113939&x=3713',
		'title': '',
		'imageId': '68113939',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113940&x=3713',
		'title': '',
		'imageId': '68113940',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113934&x=3713',
		'title': '',
		'imageId': '68113934',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113935&x=3713',
		'title': '',
		'imageId': '68113935',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113938&x=3713',
		'title': '',
		'imageId': '68113938',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113936&x=3713',
		'title': '',
		'imageId': '68113936',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113933&x=3713',
		'title': '',
		'imageId': '68113933',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929232&docid=68113937&x=3713',
		'title': '',
		'imageId': '68113937',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3929232';

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