var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345094&x=1235',
		'title': '',
		'imageId': '67345094',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345092&x=1235',
		'title': '',
		'imageId': '67345092',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345090&x=1235',
		'title': '',
		'imageId': '67345090',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345089&x=1235',
		'title': '',
		'imageId': '67345089',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345091&x=1235',
		'title': '',
		'imageId': '67345091',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=67345093&x=1235',
		'title': '',
		'imageId': '67345093',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3930178&docid=63208381&x=1235',
		'title': '',
		'imageId': '63208381',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3930178';

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