var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010620&x=3511',
		'title': '',
		'imageId': '70010620',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010637&x=3511',
		'title': '',
		'imageId': '70010637',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010636&x=3511',
		'title': '',
		'imageId': '70010636',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010621&x=3511',
		'title': '',
		'imageId': '70010621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010624&x=3511',
		'title': '',
		'imageId': '70010624',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010623&x=3511',
		'title': '',
		'imageId': '70010623',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012272&docid=70010622&x=3511',
		'title': '',
		'imageId': '70010622',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012272';

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