var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096045&x=218',
		'title': '',
		'imageId': '66096045',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096044&x=218',
		'title': '',
		'imageId': '66096044',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096042&x=218',
		'title': '',
		'imageId': '66096042',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096043&x=218',
		'title': '',
		'imageId': '66096043',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096040&x=218',
		'title': '',
		'imageId': '66096040',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096041&x=218',
		'title': '',
		'imageId': '66096041',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3847635&docid=66096046&x=218',
		'title': '',
		'imageId': '66096046',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3847635';

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