var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023256&x=4553',
		'title': '',
		'imageId': '70023256',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023254&x=4553',
		'title': '',
		'imageId': '70023254',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023252&x=4553',
		'title': '',
		'imageId': '70023252',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023257&x=4553',
		'title': '',
		'imageId': '70023257',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023258&x=4553',
		'title': '',
		'imageId': '70023258',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023253&x=4553',
		'title': '',
		'imageId': '70023253',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012765&docid=70023255&x=4553',
		'title': '',
		'imageId': '70023255',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012765';

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