div.pw-line {
  float: left;
  overflow: hidden;
}

div.pw-crop {
  overflow: hidden;
  position: relative;
}

div.pw-photo a {
  border: none;
  text-decoration: none;
  outline: none;
}

div.pw-photo img {
  background: #ffffff;
  border: none;
  outline: none;
  zoom: 1;
}

.pw-photo-hover {
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
  -o-box-shadow: 1px 1px 5px #333;
  -khtml-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
}

img.pw-photo-zoomed {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
  -o-box-shadow: 1px 1px 5px #333;
  -khtml-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
  position: absolute;
  z-index: 100;
}

#showbox {
  background :#000000;
  height: 100%;
  left: 0px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1001;
}

.unselect {
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;
}

#showbox-exit {
  background: url(images/exit.gif);
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1002;
}

#showbox-loader {
  background: #000000 url(images/loader.gif);
  height: 16px;
  left: 50%;
  margin: -80px 0 0 -8px;
  position:absolute;
  top: 50%;
  width: 16px;
}

#showbox .showbox-image {
  position: relative;
}

#showbox .showbox-image img {
  cursor: pointer;
}

#showbox .showbox-menubar {
  color: #919191;
  font-family: Arial,Tahoma,Serif;
  height: 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

#showbox .showbox-preview {
  background: #0a0a0a;
  border-top: 1px solid #181818;
  bottom: -75px;
  height: 80px;
  left: 0px;
  overflow: hidden;
  padding: 5px 0 15px 0;
  position: fixed;
  width: 100%;
}

#showbox .showbox-pv-lock {
  background: url(images/lock.gif);
  display: none;
  height: 9px;
  right: 10px;
  position: absolute;
  top: 10px;
  width: 13px;
}

#showbox .showbox-th-counter {
  color: #919191;
  font-family: Arial,Tahoma,Serif;
  font-size: 12px;
  height: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.showbox-th-container {
  position: relative;
  width: 90000px;
}

.showbox-th {
  border: 1px transparent solid;
  cursor: pointer;
  float: left;
  height: 58px;
  overflow: hidden;
  margin: 2px;
  position: relative;
  width: 58px;
}

#showbox .showbox-th img{
  position: relative;
}

#showbox .showbox-th-active {
  border: 1px #e5e5e5 solid;
  cursor: default !important;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE6 */
* html .clearfix {
  zoom:1;
}

*:first-child+html .clearfix {
  zoom:1;
}
