@charset "utf-8";


.slider-wrap {
  width: 365px;
  border: 1px solid #ccc;
  padding: 1px;
  height: 235px;
}

.stripViewer .panelContainer .panel ul {
  text-align: left;
  margin: 0 15px 0 30px;
}

.stripViewer {
  position: relative;
  overflow: hidden;
  width: 365px;
  height: 187px;
}

.stripViewer .panelContainer {
  position: relative;
  left: 0;
  top: 0;
  height: 187px;
}

.stripViewer .panelContainer .panel {
  float: left;
  height: 100%;
  position: relative;
  width: 365px;
}

.stripNavL,
.stripNavR,
.stripNav {
  display: none;
}

.nav-thumb {
  border: 1px solid black;
}

#movers-row {
  margin: 1px 0 0 1px
}

#movers-row div {
  float: left;
}

#movers-row div a.cross-link {
  float: right;
}

.photo-meta-data {
  background: url(../images/transpBlack.png);
  padding: 8px;
  height: 20px;
  margin-top: -35px;
  position: relative;
  z-index: 9999;
  color: white;
}

.photo-meta-data span {
  font-size: 13px;
}

.cross-link {
  display: block;
  width: 88px;
  margin-top: -8px;
  position: relative;
  padding-top: 8px;
  z-index: 9999;
}

.active-thumb {
  background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;
}

.panel img {
  width: 365px;
  height: 187px;
}

img.nav-thumb {
  width: 88px;
  height: 45px;
}

#movers-row div {
  width: 88px;
  height: 45px;
  display: inline;
  margin-right: 3px;
  _margin-right: 1px
}

.photo-meta-data strong {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 3px 0
}