/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 110px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
table.alb{
  width:100%;
  border:2 ;
  border-collapse: collapse;
  background-color:#1E0000;
  text-align:center;
}
table.alb td{
  width:25%;
  vertical-align:top;
  padding:15px 0 15px 0;
  text-align:center;
}
table.alb td div.fotografia{
  text-align:center;
  padding:10px;
  color:white;
  background-color:#333333;
  width:150px;
  margin:0 auto 0 auto;
}
table.alb td div.fotografia a:link { color:white; text-decoration: underline; }
table.alb td div.fotografia a:visited {color:white; text-decoration: underline; }
table.alb td div.fotografia a:active {color:white; text-decoration: underline; }
table.alb td div.fotografia a:hover {color:white; text-decoration: underline; }
table.alb td div.fotografia p {
  margin-bottom:0;
}
table.alb td div.fotografia img {
  width:150px;
  height:100px;
}

table.alb td div.fotografia img.a {

}
