* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #383838;
  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;
}
.logo { text-indent:-10000px;width:300px;height:40px;display:block;}
.wrapper {
  height:250px;
  position:relative;
  width:300px;
}
.header {
  height:40px;
  position:relative;
  background:url(images/javhd-header-h-5.png) 0 0 no-repeat;
}
.ja .header {
  background-position:left bottom;	
}
.download-now {
  display: block;
  width: 139px;
  height: 30px;
  background: url(images/javhd-download-text-h-5.png) left top no-repeat;
  text-indent: -10000px;
  position:absolute;
  right:16px;
  bottom:11px;
}
.download-now:hover { background-position:left bottom;}
.ja .download-now { background-position:right top;}
.ja .download-now:hover { background-position:right bottom;}
#banner-container {
  position: relative;
  background: transparent;
  width:300px;
  height:210px;
}
#banner-cycle, .banner-frame {
  overflow: hidden;
  background: transparent !important;
}
.item .pic {
  display: block;
  width:300px;
  height:210px;
}
.download-now {position:absolute;right:20px;bottom:20px;z-index:40;}