﻿img.thumbnail {
	border: 2px solid #444;
	cursor: pointer;
}

img.popup {
	border: 3px solid #444;
}

.backLB
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: white;
    z-index:1001;
}

.frontLB
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:1002;
}