var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049955&x=1827',
		'title': '',
		'imageId': '70049955',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049950&x=1827',
		'title': '',
		'imageId': '70049950',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049952&x=1827',
		'title': '',
		'imageId': '70049952',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049949&x=1827',
		'title': '',
		'imageId': '70049949',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049953&x=1827',
		'title': '',
		'imageId': '70049953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049954&x=1827',
		'title': '',
		'imageId': '70049954',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013595&docid=70049951&x=1827',
		'title': '',
		'imageId': '70049951',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013595';

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