body {
background-color: #4169E1;
text-align: center;
}
div.content {
width: 860px;
background-color: #FFFFFF;
text-align: justify;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
div.nav {
margin-left: auto;
margin-right: auto;
width: 900px;
height: 40px;
text-align: center;
position: relative;
}
div.top {
width: 900px;
padding-top: 15px;
background-image: url('./image/top2.png');
background-repeat: no-repeat;
margin: 0 auto -21px auto;
}
img.top2 {
margin-bottom: -21px;
}
img.bottom {
margin-top: 0px;
}
h1.main {
text-align: center;
}
h2.main {
text-align: center;
}
div.nav ul {
padding-left: 0;
margin-left: 0;
background-color: #fff;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

div.nav ul li {
display: inline;
}

div.nav ul li a
{
width: 150px;
height: 40px;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
line-height: 40px;
}

div.nav ul li a:hover
{
background-color: #ccc;
color: #000;
}
div.bottom {
width: 900px;
height: 15px;
background-image: url('./image/bottom.png');
margin-left: auto;
margin-right: auto;
text-transform: uppercase;
font-size: 10px;
}
div.copyright {
font-size: 10px;
text-align: center;
vertical-align: bottom;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}
div.bottom a {
color: #000000;
text-decoration: none;
}
div.bottom a:hover {
color: #000000;
text-decoration: underline;
}
#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox img{
width: auto;
height: auto;
}
#lightbox a img{
border: none;
}

#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{
left: 0;
}
#hoverNav a{
outline: none;
}

#prevLink,
#nextLink{
width: 49%;
height: 100%;
/* Trick IE into showing hover */
display: block;
}
#prevLink {
left: 0;
float: left;
}
#nextLink {
right: 0;
float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
background: url(./image/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
background: url(./image/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
}

#imageData{
padding:0 10px;
color: #666;
}
#imageData #imageDetails{
width: 70%;
float: left;
text-align: left;
}	
#imageData #caption{
font-weight: bold;
}
#imageData #numberDisplay{
display: block;
clear: left;
padding-bottom: 1.0em;
}			
#imageData #bottomNavClose{
width: 66px;
float: right; 
padding-bottom: 0.7em;
outline: none;
}	 	

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
}