/* custom jQuery Slideviewer styles */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.stripViewer ul { /* this is your UL of images */
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none !important;
  text-indent:0 !important;
}

.stripViewer ul li {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

.stripViewer ul li img {
  border: none;
}

.stripTransmitter {
  overflow: hidden;
  float: right;
}

.stripTransmitter ul {
  text-indent:0 !important;
  margin: 0;
  padding: 0 !important;
  position: relative;
  list-style-type: none !important;
}

.stripTransmitter ul li {
  list-style-type: none;
  margin: 0;
  float: left;
  line-height: 0.8em;
}

.stripTransmitter, .back-link {
  font-size: 11px;
}

.stripTransmitter .seperator {
  padding: 0 1px;
}

.stripTransmitter a {
  padding: 0 2px;
}

.stripTransmitter a, .back-link a {
  color: #1b6679;
  font-size: 11px;
}

.stripTransmitter a.current{
  color: #ccc;
}

.back-link {
  display: none;
	float: left;
}

/*tooltips formatting
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border: 1px solid #00b9ff;
}

#tooltip h3 {
  font: normal 10px Verdana;
  margin: 0;
  padding: 3px 6px;
  border: 0;
}
*/
