/* gallery.css */

.carousel .listcontainer .imagelist img {
  border: 1px solid #7B0C92;
}
.carousel .listcontainer .imagelist li {
  margin-left: 9px;
  width: 60px;
  float: left;
}
.carousel .listcontainer .imagelist li.first {
  margin-left: 4px; 
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}


.imagelist {
  position: absolute;
  margin-top: -50px;
  height: 44px;
  width: 418px;
  padding: 4px 0 4px 0;
  background: url(/template_images/joey/gallery-underlay.png) repeat;
}

