
.gallery_cont {
  clear: both;
  height: 100%;
  overflow: hidden !important;
  width: 600px;
  display: block;
}

.thumb_handle {
  float: left;
  margin: 20px 10px 5px 0px;
}
	
.thumb_handle a img {
  clear: both;
  display: block;
  border: 0;
  width: 100px;
  height: 50px;
  border: 1px solid #e3e3e3;
  padding: 4px;
}

.thumb_handle_big {
  float: left;
  margin: 20px 10px 5px 0px;
}
	
.thumb_handle_big a img {
  clear: both;
  display: block;
  border: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #e3e3e3;
  padding: 4px;
}

.text{
  width: 108px;
  margin-top: 3px;
  text-align: center;
  font-size: 11px;
  color: #666666;
}