div#imageshowFull {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

div#imageshowBg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
}
div#imageshowBorderedContent {
  position: relative;
  width: 855px;
  height: 544px;
  background-image:url(/_img/ecom/lv.png);
}

div#imageshowContent {
  position: absolute;
  width: 831px;
  height: 522px;
  left: 10px;
  top: 10px;
  border: 1px solid #cccccc;
  background-color: #000000;
}

div#imageshowMenu {
  position: relative;
  float: right;
  width: 180px;
  height: 478px;
  padding: 20px;
  background-image:url(/_img/ecom/lv-bg.jpg);
}

input#imageshowDone {
  float: right;
  margin-top: 2px;
  margin-right: 3px;
}

div#imageshowImage {
  position: relative;
  float: left;
  width: 600px;
  height: 512px;
  padding-left: 5px;
  padding-top: 5px;
  overflow: hidden;
  background-color: black;
}

div.imageshowSelect {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 12px;
  height: 20px;
  color: #cccccc;
  font-weight: bold;
}

img.imageshowSelect {
  position: relative;
}

div#imageshowZoom {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  font-weight: bold;
  color: #cccccc;
}

div#imageshowThumbnail {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
  font-weight: bold;
  color: #cccccc;
}

div#imageshowCaption {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  overflow: hidden;
  word-wrap: break-word;
}

div#imageshowNav {
  position: absolute;
  bottom: 10px;
  width: 210px;
}

div#imageshowPrev {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
  color: #cccccc;
  width: 105px;
}

div#imageshowNext {
  position: absolute;
  bottom: 10px;
  text-align: right;
  color: #cccccc;
  width: 105px;
  left: 105px;
}

