/*html, body { font-family: Georgia, "Times New Roman", Times, serif; margin: 0; padding: 0; }
body {
background: #f6f5f1;
}
h1 {
font: bold small-caps 1.25em Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
color: #B05A04;
}
h2 {
font: small-caps 1em Georgia, "Times New Roman", Times, serif;
color: #B06E04;
}
p, a {
font: 0.9em Arial, Geneva, Helvetica, sans-serif;
color: #999;
}*/
#container {
width: 928px;
margin: 0 auto;
background: #fff;
text-align:center;
/*-moz-border-radius: 20px;*/
padding: 0.5em;
}
#container li {
float: left;
width: 150px;
height:180px;
list-style-type:none;
border: solid #ccc;
border-width: 1px ;
/*-moz-border-radius-topright:10px;*/
margin:1em;
text-align:center;
display:inline;
}
li img { border: none; }
ul#photos li a span { display: none; }
ul#photos li a:hover span {
display: block;
color: #333;
background-color:#d9d4cb;
-moz-border-radius: 10px;
padding: 0.25em 0;
text-transform: uppercase;
font-size: 0.85em;
line-height:150%; 
}
#photo, #pictureScreenObject {
display:none;
position: absolute;
left:15%;
z-index:100;
background:#fff;
padding:2em;
margin:1em;
font: 0.9em Arial, Helvetica, sans-serif;
border:1px solid #ccc;
text-align: center;
-moz-border-radius: 20px;
}
/*h1 a:link { 
font: small-caps bold 1.25em Georgia, "Times New Roman", Times, serif;*/ 
/*color: #930; 
text-decoration: none; 
text-transform: none; 
}
h1  a:hoover { 
color: #000; 
text-decoration: underline; 
}
*/


