
.gallerycontainer{
  position: relative;
  margin-top: 10px;
  min-height:27em;
  background: url('../../img/bg/textiles.gif') no-repeat;
  }

.thumbnail img{
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
  }

.thumbnail:hover{
  background-color: transparent;
  border: 0;
  }

.thumbnail:hover img{
  border: 1px solid #666;
  }

.thumbnail span{
  position: absolute;
  color:#666;
  background-color: #f9f9f9;
  padding: 5px 3px 5px 5px;
  left: -1000px;
  border: 1px dashed #666;
  width: 234px; 
  visibility: hidden;
  text-decoration: none;
  }

.thumbnail span h1 {
  font-size: 131%; 
  font-weight: bold;
  padding: 0;
  }

.thumbnail span p {
  font-size: 100%; 
  font-weight: normal;
  }

.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 345px;
  z-index: 50;
  }

.dummy img{
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
  *margin: 0 1px 5px 0;
  }
