var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608597&x=424',
		'title': '',
		'imageId': '2608597',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608600&x=424',
		'title': '',
		'imageId': '2608600',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608609&x=424',
		'title': '',
		'imageId': '2608609',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608603&x=424',
		'title': '',
		'imageId': '2608603',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608606&x=424',
		'title': '',
		'imageId': '2608606',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608612&x=424',
		'title': '',
		'imageId': '2608612',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476969&docid=2608594&x=424',
		'title': '',
		'imageId': '2608594',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476969';

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