.image_viewer_border
{
  position: absolute;
  display:none;
  z-index:10;
  top:182px;
  left:424px;
  width: 660px;
  height: 520px;
  padding: 10px 10px 30px 10px;
  background-color: #111;
}

.image_viewer
{
  position: absolute;
  display:none;
  z-index:10;
  top:182px;
  left:424px;
  width: 660px;
  height: 520px;
  padding: 20px 10px 20px 10px;
  background-color: transparent;
  border: 1px solid #aaa;
}

.image_holder
{
  width: 100%;
  height: 100%;
}

.image_holder .loading
{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 99%;
}

.image_holder img
{
  width: 100%;
  height: 100%;
}

.image_cover
{
  position: absolute;
  top:20px;
  left:0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}

.image_cover img
{
  width: 100%;
  height: 100%;
}

.button_container
{
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  text-align: center;
  line-height: 62px;
	font-size: 12px;
  font-weight: normal;
  margin: 0px 2px 2px 2px;
  background-color: #111;
  z-index: 10;
}

.buy_container
{
  position: absolute;
  width: 10em;
  height: 16px;
  left: 0;
  margin-left: 1em;
  text-align: left;
  line-height: 16px;
	font-size: 12px;
  font-weight: bold;
  float: left;
  z-index: 10;
}

.button_container
{
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: 3px;
  left: -2px;
  text-align: center;
  line-height:	20px;
  font-weight: bold;
  margin: 0px 2px -3px 2px;
  ;background-color: transaprent;
  z-index: 10;
}

.title_container
{
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  left: -2px;
  text-align: center;
  line-height: 16px;
	font-size:12px;
  font-weight: normal;
  margin: 2px 2px 0px 2px;
  background-color: #111;
}

