var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587481&x=2053',
		'title': '',
		'imageId': '68587481',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587492&x=2053',
		'title': '',
		'imageId': '68587492',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587495&x=2053',
		'title': '',
		'imageId': '68587495',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587453&x=2053',
		'title': '',
		'imageId': '68587453',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587501&x=2053',
		'title': '',
		'imageId': '68587501',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587498&x=2053',
		'title': '',
		'imageId': '68587498',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587468&x=2053',
		'title': '',
		'imageId': '68587468',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3950103&docid=68587473&x=2053',
		'title': '',
		'imageId': '68587473',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3950103';

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