/* 
    Document   : album
    Created on : May 2, 2006, 5:44 PM
    Author     : llturro
    Description:
        Purpose of the stylesheet follows.
*/

div.album div.album_item {
  float: left;
}

div.image_list div.image_item {
  float: left;
}

div.album_title {
  background-color: #efefde;
  font-size: 120%;
  padding: 2px;
  margin: 0;
}

div.album_item { 
  border: solid 1px #cecfce;
  text-align: center;
  padding: 0;
  margin: 5px;
  vertical-align: center;
  overflow: auto;
}

div.image_item { 
  text-align: center;
  padding: 5px;
}

div.image_item img { 
  border: 0;
}

table.image_nav {
  width: 100%;
}

table.image_nav span.image_name {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 120%;
  color: #6e6f6e;
}

table.image_nav img {
  border: 0;
}