body {
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
font-size: 10px;
text-align: left;
margin: 0px;
padding: 0px;
}

img {
border: none;
}

a {
text-decoration: none;
cursor: pointer;
}

a:hover {
text-decoration: none;
}

div.album {
width: 186px;
height: 218px;
margin: 5px;
padding-top: 10px;
text-align: center;
float: left;
}

div.image {
width: 186px;
height: 218px;
margin: 5px;
text-align: center;
float: left;
}

div.nav {
width: 100%;
}

h1#loading {
width: 100%;
text-align: center;
position: absolute;
margin-top: 350px;
z-index: 5;
font-size: 3em;
}

#mainimg {
width: 640px;
}

#left{
width: 70px;
float: right;
position: relative;
z-index: +1;
visibility: hidden;
}

#right {
width: 70px;
float: left;
position: relative;
z-index: +1;
visibility: hidden;
}


#controls {
width: 100%;
text-align: center;
position: absolute;
top: 100px;
z-index: 5;
}

#controls span {
display: block;
width: 30%;
margin-left: 35%;
padding: 5px;
background: #fff;
border: 1px solid #333;
filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
}

.close {
float: right;
margin-right: -6px;
margin-top: -6px;
}