var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752954&x=5028',
		'title': '',
		'imageId': '68752954',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752952&x=5028',
		'title': '',
		'imageId': '68752952',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752958&x=5028',
		'title': '',
		'imageId': '68752958',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752953&x=5028',
		'title': '',
		'imageId': '68752953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752955&x=5028',
		'title': '',
		'imageId': '68752955',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752957&x=5028',
		'title': '',
		'imageId': '68752957',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000094&docid=68752956&x=5028',
		'title': '',
		'imageId': '68752956',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000094';

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