div.lightbox
{
position: relative;
}

div.lightbox img
{
max-height: 600px;
}

div.lightboxClose
{
position: absolute;
right: 0px;
top: 0px;
width: 30px;
height: 30px;
background: url('layout/close.png');
cursor: pointer;
}

div.lightboxPreloader
{
width: 220px;
height: 20px;
left: 50%;
top: 50%;
position: fixed;
margin-left: -110px;
margin-top: -10px;
background: url('layout/loader.gif') no-repeat white center top;
padding-top: 20px;
letter-spacing: 5px;
font-weight: bold;
border: 2px solid silver;
}