#gallery1 
{ position: relative; 
  width: 698px;
  padding-top: 3px 0px 0px 0px;
}

#thumbs1 
{ width: 205px; 
  float: right;
}

#thumbs1 a 
{ display: block; 
  float: right; 
  margin: 0px 0px 7px 4px; 
  width: 55px; 
  height: 40px; 
  border: 2px solid #40403E;
}

#thumbs1 a img 
{ width: 55px; 
  height: 40px; 
  border: 0;
}

#thumbs1 a:hover 
{
  border-color: #ddd; 
  background-image: url(kids_icon.gif); 
  background-color: #FFB400;
}

#thumbs1 a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 3px; 
  padding: 2px;
  border: 2px solid #40403E;
}
