

.simplegallery .content {
}

.simplegallery .content img {
  width: 100%;
  border-radius: 4px;
}
.simplegallery .thumbnail-container { 
  background: #eaeded;

}
.simplegallery .thumbnail { 
  margin-top: 5px;
  position: relative; 
  overflow-x: hidden;
  height: 77px;
  overflow-y:hidden;
}

.simplegallery .thumbnail .thumb {
  position: absolute;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.simplegallery .thumbnail .thumb img {
  width: 77px;
  border-radius: 4px;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.simplegallery .thumbnail .last { margin: 0; }

.clear { clear: both; }