/* Auto Generating Photo Gallery
   by Chris Coyier

   http://css-tricks.com 

   edited by Joos Mesie */


a.photo-link img
{
  border		: none;
  height		: 65px;
}

a.photo-link
{
  padding		: 0px;
  margin		: 0px 2px 0px 2px;
  border		: 1px outset #777;
  display		: block;
  float			: left;
}

a.photo-link:hover
{
  border		: 1px inset #777
}

td.fullscreen-link-container
{
  text-align		: center;
  padding-bottom	: 7px;
  width			: 110px;
}