* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #e4e4e4;
  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;
}
.notification {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.header {
  float: right;
  width: 175px;
  padding: 20px 10px 0 0;
}
.logo {
  display: block;
  margin: 0 auto 10px auto;
  width: 134px;
  height: 57px;
  background: url(images/javhd-logo-dark.png) left top no-repeat;
  text-indent: -10000px;
}
* html .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/javhd-logo-dark.png', sizingMethod='crop');
}
.download-now {
  display: block;
  width: 170px;
  height: 20px;
  margin: 0 auto 10px auto;
  padding: 13px 0 13px 0;
  background: transparent;
  font: bold 15px/20px Arial, Hevetic, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d5b7c;
  color: #fff;
  background: -moz-linear-gradient(#268ff2, #0949b0); /* FF 3.6+ */
 	background: -ms-linear-gradient(#268ff2, #0949b0); /* IE10 */
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268ff2), color-stop(100%, #0949b0)); /* Safari 4+, Chrome 2+ */
 	background: -webkit-linear-gradient(#268ff2, #0949b0); /* Safari 5.1+, Chrome 10+ */
 	background: -o-linear-gradient(#268ff2, #0949b0); /* Opera 11.10 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#268ff2', endColorstr='#0949b0'); /* IE6 &amp; IE7 */
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#268ff2', endColorstr='#0949b0')"; /* IE8+ */
 	background: linear-gradient(#268ff2, #0949b0); /* the standard */
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.teaser p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.teaser .line-1 {
  font: bold 13px/20px Arial, sans-serif;
  color: #343434;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.teaser .line-2 {
  font: bold 13px/20px "Trebuchet MS", Arial, sans-serif;
  color: #454545;
  letter-spacing: -1px;
}
#banner-container {
  float: left;
  position: relative;
  padding: 6px 0 0 6px;
}
#banner-cycle, .banner-frame {
  overflow: hidden;
}
#banner-cycle .item {
  position: relative;
  display: block;
  padding: 1px;
  overflow: hidden;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 6px -1px #000;
  -webkit-box-shadow: 0px 0px 6px -1px #000;
  box-shadow: 0px 0px 6px -1px #000;
  background: #fff;

}
.item-wrapper {
  float: left;
  padding: 5px;
  margin-right: 6px;
}
#banner-cycle .last {
  margin-right: 0;
}
.item .pic {
  display: block;
}
.hd {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 19px;
  height: 13px;
  z-index: 40;
  background: url(images/hd.png) center center no-repeat;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -19px;
  display: block;
  width: 38px;
  height: 41px;
  z-index: 40;
  background: url(images/play-javhd-small.png) center center no-repeat;
}
* html .play {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/play-javhd-small.png', sizingMethod='crop');
  cursor: pointer;
}
.paddings {
  padding: 0 10px;
}
.description {
  padding: 3px 0 0 0;
  color: #454545;
  font: bold 13px/20px "Trebuchet MS", sans-serif;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px #fff;
  text-decoration: none;
}