var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810939&x=3135',
		'title': '',
		'imageId': '68810939',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810938&x=3135',
		'title': '',
		'imageId': '68810938',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810940&x=3135',
		'title': '',
		'imageId': '68810940',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810941&x=3135',
		'title': '',
		'imageId': '68810941',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810942&x=3135',
		'title': '',
		'imageId': '68810942',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810944&x=3135',
		'title': '',
		'imageId': '68810944',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3959565&docid=68810943&x=3135',
		'title': '',
		'imageId': '68810943',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3959565';

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