var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583520&x=3348',
		'title': '',
		'imageId': '68583520',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583521&x=3348',
		'title': '',
		'imageId': '68583521',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583524&x=3348',
		'title': '',
		'imageId': '68583524',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583525&x=3348',
		'title': '',
		'imageId': '68583525',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583526&x=3348',
		'title': '',
		'imageId': '68583526',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583523&x=3348',
		'title': '',
		'imageId': '68583523',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3949924&docid=68583522&x=3348',
		'title': '',
		'imageId': '68583522',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3949924';

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