#wrapper2 {
  overflow: hidden;
}

.thumbs {
  overflow: auto;
}

#main .thumbs {
  margin: -1px 0 0 -1px;
}

.photo .thumbs { /* necessary for 'sliding' thumbnails when navigating in right sidebar */
  width: 318px;
}

#gigapans .photo .thumbs { /* necessary for 'sliding' thumbnails when navigating in right sidebar */
  width: 186px;
}

.ie6 .photo .thumbs a, .ie7 .photo .thumbs a {
  width: 102px;
}
.ie7 #bubblepanos .photo .thumbs a {
  width: 155px;
}
.ie7 #gigapans .photo .thumbs a {
  width: auto;
}

.thumbs span {
  display: block;
  float: left;
}
.thumbs span a {
  background: #000;
  display: block;
  margin: 1px;
  padding: 1px;  
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.thumbs span a:hover, .thumbs span a:focus {
  background: #999;
}
#content #sidebar .thumbs span a.selected {
  background: #ccc;
  margin: 0px;
  padding: 2px;
}
.thumbs span a.selected:hover, .thumbs span a.selected:focus {
  background: #ccc;
}
.thumbs span img {
  background: #222;
  border: 1px solid black;
  display: block;
}