div#lightbox
{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
display:none;
}

.imgContainer
{
position:fixed;
clear:both;
z-index: 1300;
width:660px;
height:690px;
left:50%;
top:50%;
margin-left:-330px;
margin-top:-340px;
background-color:#ffffff;
}

.imgNTT
{
position:absolute;
}

.imgPreview
{
position:absolute;
top:30px;
left:30px;
width:600px;
height:600px;
cursor:pointer;
}

.imgPreview img
{
position:absolute;
display:none;
}

.imgDescription
{
position:absolute;
top:630px;
left:30px;
width:600px;
height:30px;
background-color:#ffffff;
text-align:center;
display:none;
}

.imgDescription h3
{
font-size:14px;
margin:0px;
padding:0px;
line-height:30px;
}

.imgNavi
{
position:absolute;
width:600px;
top:0px;
left:30px;
}

.imgNavi div
{
position:absolute;
width:90px;
height:20px;
padding:320px 0px;
cursor:pointer;
cursor:hand;
text-align:center;
background-color:#d0c0ff;
}

.imgNavi div:hover
{
background-color:#402080;
}

.imgNavi div.imgBackward
{
left:-120px;
}

.imgNavi div.imgForward
{
right:-120px;
}

img.lbclick
{
cursor:pointer;
}

div#close
{
position:absolute;
right:0px;
top:0px;
width:100px;
height:30px;
padding:0px 10px 0px 20px;
line-height:32px;
background-color:#d0c0ff;
color:#fff;
font-weight:bold;
cursor:pointer;
}

div#close:hover
{
background-color:#402080;
}

.imgContainer div:hover div#close
{
background-color:#402080;
}

div#close img
{
display:inline;
}