﻿.superbox-list {
  display: inline-block !important;
  *display: inline;
  zoom: 1;
  float: none !important;
  word-spacing: 0;
  margin-left: -3px;
}

.superbox-show {
  text-align: center;
  position: relative;
  background: #333;
  box-shadow: inset 0 1px 5px #111;
  -webkit-box-shadow: inset 0 1px 5px #111;
  -moz-box-shadow: inset 0 1px 5px #111;
  width: 100%;
  float: left;
  padding: 25px 0;
  display: none;
}

.superbox-current-img {
  max-width: 100%;
  box-shadow: 0 1px 4px #222;
  border: 1px solid #222;
}

.superbox-img:hover {
  opacity: 0.8;
}

.superbox-float {
  float: left;
}

.superbox-close {
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url(../image/close.png) no-repeat center center;
  width: 35px;
  height: 35px;
  z-index: 999;
}

.superbox-close:hover {
  opacity: 1;
}