/* /photos-of-liverpool.htm */
#main-content li{
width:212px;
border:0px solid #999999;
background:#FFF;
padding:1px;
position:relative;
float:left;
display:inline;
margin:0px;
}
#main-content img{
border:0px none;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color:transparent;
z-index: 50;
}
.thumbnail span{
position: absolute;
background-color: white;
padding:2px;
left: -1000px;
border: 1px solid #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:0;
left:212px;
}
.gallery_box{
color:#FFFFFF;
line-height:1.6em;
padding:20px;
margin:15px auto;
text-align:left;
width:650px;
border-left:1px solid #1E1E1E;
}
.reflect{
/* joining cells messes it up */
background-image:url(../gallery1/mirror.jpg);
background-repeat:no-repeat;
background-position:top;
height:110px;
}
.gallery_box h1{
font-size:19px;
padding-bottom:5px;
border-bottom:1px solid #1B1B1B;
letter-spacing:0.4em;
}
.gallery_box a{
color:#FFFFB0;
font-style:italic;
border-bottom:1px dotted #999999;
text-decoration:none;
padding-bottom:3px;
}
/* outer */
.gallery_bg{
font-size:1em;
padding:15px;
text-align:center;
}
.credits{
font-size:13px;
color:#999999;
letter-spacing:0.1em;
}

@media screen and (max-device-width:480px){
.gallery_box{
max-width:100%;
height:auto;
padding:0;
margin:5px auto;
border:0;
}


}