var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823716&x=2645',
		'title': '',
		'imageId': '69823716',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823714&x=2645',
		'title': '',
		'imageId': '69823714',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823715&x=2645',
		'title': '',
		'imageId': '69823715',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823713&x=2645',
		'title': '',
		'imageId': '69823713',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823710&x=2645',
		'title': '',
		'imageId': '69823710',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823712&x=2645',
		'title': '',
		'imageId': '69823712',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995003&docid=69823711&x=2645',
		'title': '',
		'imageId': '69823711',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3995003';

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