
div.gallery a
{
  border: 1px solid #999999;
  background-color: #555555;
  color: #999999;
  margin: 0px 10px 0px 0px;
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
  padding: 5px 5px 2px 5px;
  text-align: center;
}

div.gallery a:hover
{
  text-decoration: none;
  background-color: #555555;
  border-color: #EEEEEE;
  color: #EEEEEE;
}

div.gallery img, div.edit_comment img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.spacer
{
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 10px;
}

div.folder
{
  cursor: pointer;
  height: 67px;
  background-image: url('../images/gallery-folder.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

div.edit_comment .field
{
  width: 270px;
}

div.container
{
  float: left;
  margin-right: 10px;
  width: 100px;
  overflow: hidden;
}

#viewer_name
{
  display: inline;
}

#slideBtn
{
  width: 100px;
}

#viewer
{
  width: 800px;
  background-color: #333333;
  text-align: center;
  margin: 10px auto 10px auto;
  padding: 10px;
}

#viewer_comments
{
  margin-top: 5px;
}

