var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505512&x=1536',
		'title': '',
		'imageId': '2505512',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505506&x=1536',
		'title': '',
		'imageId': '2505506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505509&x=1536',
		'title': '',
		'imageId': '2505509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505515&x=1536',
		'title': '',
		'imageId': '2505515',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505518&x=1536',
		'title': '',
		'imageId': '2505518',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505503&x=1536',
		'title': '',
		'imageId': '2505503',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463508&docid=2505500&x=1536',
		'title': '',
		'imageId': '2505500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #463508';

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