* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  background: #272829 url(images/banner-loader.gif) center center no-repeat;
}
#banner-container {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 200px;
  width:200px;
  overflow: hidden;
}
#banner-cycle, .banner-frame {
  overflow: hidden;
  background: transparent !important;
  height:200px;
  width:200px;
  position:relative;
}
#banner-cycle .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}
#banner-cycle .last {
  margin-right: 0;
}
.item .pic {
  display: block;
  width:200px;
  height:200px;
}
.hd {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 59px;
  height: 59px;
  z-index: 41;
  background: url(images/javhd-hd.png) center center no-repeat;
}
.logo {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 54px;
  height: 27px;
  z-index: 40;
  background: url(images/javhd-logo-54x27-white.png) no-repeat;
}
.border {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 200px;
  z-index: 40;
  background: url(images/javhd-border.gif) no-repeat;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -35px;
  display: block;
  width: 80px;
  height: 88px;
  z-index: 40;
  background: url(images/javhd-play.png) center center no-repeat;
  display:none;
}
a:hover .play {display:block;}
* html .play {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/shi-play.png', sizingMethod='crop');
  cursor: pointer;
}
