var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201854&x=4123',
		'title': '',
		'imageId': '68201854',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201857&x=4123',
		'title': '',
		'imageId': '68201857',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201858&x=4123',
		'title': '',
		'imageId': '68201858',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201853&x=4123',
		'title': '',
		'imageId': '68201853',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201856&x=4123',
		'title': '',
		'imageId': '68201856',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201855&x=4123',
		'title': '',
		'imageId': '68201855',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3932846&docid=68201850&x=4123',
		'title': '',
		'imageId': '68201850',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3932846';

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