var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014501&x=4918',
		'title': '',
		'imageId': '70014501',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014502&x=4918',
		'title': '',
		'imageId': '70014502',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014503&x=4918',
		'title': '',
		'imageId': '70014503',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014504&x=4918',
		'title': '',
		'imageId': '70014504',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014505&x=4918',
		'title': '',
		'imageId': '70014505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014506&x=4918',
		'title': '',
		'imageId': '70014506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012432&docid=70014507&x=4918',
		'title': '',
		'imageId': '70014507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012432';

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