var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444218&x=3456',
		'title': '',
		'imageId': '68444218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444219&x=3456',
		'title': '',
		'imageId': '68444219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444220&x=3456',
		'title': '',
		'imageId': '68444220',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444221&x=3456',
		'title': '',
		'imageId': '68444221',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444222&x=3456',
		'title': '',
		'imageId': '68444222',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444223&x=3456',
		'title': '',
		'imageId': '68444223',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3956321&docid=68444224&x=3456',
		'title': '',
		'imageId': '68444224',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3956321';

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