var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467285&x=311',
		'title': '',
		'imageId': '4467285',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467279&x=311',
		'title': '',
		'imageId': '4467279',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467297&x=311',
		'title': '',
		'imageId': '4467297',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467288&x=311',
		'title': '',
		'imageId': '4467288',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467282&x=311',
		'title': '',
		'imageId': '4467282',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467291&x=311',
		'title': '',
		'imageId': '4467291',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=666710&docid=4467294&x=311',
		'title': '',
		'imageId': '4467294',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #666710';

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