var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120185&x=1123',
		'title': '',
		'imageId': '68120185',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120183&x=1123',
		'title': '',
		'imageId': '68120183',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120184&x=1123',
		'title': '',
		'imageId': '68120184',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120180&x=1123',
		'title': '',
		'imageId': '68120180',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120186&x=1123',
		'title': '',
		'imageId': '68120186',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120182&x=1123',
		'title': '',
		'imageId': '68120182',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3929542&docid=68120181&x=1123',
		'title': '',
		'imageId': '68120181',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3929542';

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