div.gallery_thumbnail_small{
  float: left;
  width: 90px;
  height: 68px;
  border: 2px solid #7E5D28;
  margin-right: 4px;
  margin-bottom: 4px
}

img.gallery_thumbnail_small{
  width: 90px;
  height: 68px; 
}

div.gallery_thumbnail_big{
  float: left;
  width: 150px;
  height: 112px;
  border: 2px solid #7E5D28;
  margin-right: 4px;
  margin-bottom: 4px
}

img.gallery_thumbnail_big{
  width: 150px;
  height: 112px; 
}

div.tag{
 padding-left: 10px;
 background: no-repeat url('/images/green_arrow.gif') left center;
  
}

div.tag a{
  text-decoration: none;
  color: #FFFFFF;
}
div.tag a:hover{
  color: #F2D7AE
}