var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476273&docid=1853252&x=4238',
		'title': '',
		'imageId': '1853252',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476273&docid=1853255&x=4238',
		'title': '',
		'imageId': '1853255',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476273&docid=1853258&x=4238',
		'title': '',
		'imageId': '1853258',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476273&docid=1853249&x=4238',
		'title': '',
		'imageId': '1853249',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476273&docid=2431737&x=4238',
		'title': '',
		'imageId': '2431737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476273';

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