#big_image {
  position: relative;
  float:left;
  height: 300px;
  width: 500px;
  border: 1px solid black;
}
#big_image IMG {
  height: 290px;
}
#thumb {
  position: relative;
  float:left;
  height: 80px;
}
.thumbnails {
  height: 70px;
}
.image_thumb {
cursor: hand;
	padding: 3px 3px 3px 3px;
}
#gallery_desc {
  position:absolute;
  bottom:0px;
  left: 0px;
  width: 100%;
  background-color:white;
}

.image_thumb:hover {
cursor: hand;
	padding: 3px 3px 3px 3px;
}
