/*
 *css for yahonza image gallery
 */

.yahgallery
{
  position: relative;
  margin-top: 10px;
  /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.yahthumb img
{
  border: 1px solid white;
  margin: 0 5px 5px 0;
}

/*
.yahthumb:hover
{
  background-color: transparent;
}

.yahthumb:hover img
{
  border: 1px solid blue;
}
*/

.yahthumb span
{ 
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.yahthumb span img
{
  border-width: 0;
  padding: 2px;
}

/*
.yahthumb:hover span
{
  visibility: visible;
  top: 0;
  left: 230px;
  z-index: 50;
}
*/

.yahthumbimage img
{
  width: 100px;
  height: 66px;
  border: 0;
}

