/*
.img-shadow {
  float:left;
  background: url(./shadowalpha.png) no-repeat bottom right !important;
  background: url(./shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 } 
 */
.pic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
a {
  font-weight: bold;
}

.imgcell {
  /*border: 1px solid #666666;*/
  border-left:3px solid white;
  border-top:3px solid white;
  border-bottom: 3px inset #808080;
  border-right: 3px inset #808080;
  vertical-align: top;
  padding: 2px 2px 5px 2px;
}
/*
.img {
border-left:3px solid white;
border-top:3px solid white;
border-bottom: 3px inset #808080;
border-right: 3px inset #808080;
}
*/
.caption {
  text-decoration:none;
  margin-top:3px;
  font-size:85%;
  width:150px;
  text-align: center;
}
.album_actions { text-align:center;padding:1px;font-size:9px; }
/*
.pact {
    display: table-cell;
    vertical-align: bottom;
}
*/
div.shadow{float:left;padding: 0 6px 6px 0;
    background: url(shadowalpha.png) no-repeat bottom right}
div.shadow img{display: block;position: relative;
    top: -3px;left:-3px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc;}