* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #e3e3e3;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
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 {
  padding: 7px 0 0 0;
  margin: 0;
  height: 56px;
}
.logo {
  display: block;
  width: 134px;
  height: 56px;
  margin: 0 auto;
  background: url(images/javhd-logo-134x56-dark.png) left top no-repeat;
  text-indent: -10000px;
}
* html .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/javhd-logo-134x56-dark.png', sizingMethod='crop');
}
.click-here {
  display: block;
  width: 135px;
  height: 20px;
  padding: 10px 0 10px 0;
  margin: 2px auto;
  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;
}
.ja .click-here {letter-spacing: -2px;}
#banner-container {
  clear: both;
  position: relative;
  padding: 0;
  margin: 0;
}
#banner-cycle, #banner-cycle-2, .banner-frame {
  overflow: hidden;
  background: transparent !important;
}
#banner-cycle .item, #banner-cycle-2 .item {
  position: relative;
  display: block;
  margin: 0 auto 5px auto;
  padding: 1px;
  overflow: hidden;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 5px -1px #000;
  -webkit-box-shadow: 0px 0px 5px -1px #000;
  box-shadow: 0px 0px 5px -1px #000;
  background: #fff;

}

.item .pic {
  display: block;
}

.hd {
  position: absolute;
  top: 7px;
  left: 7px;
  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;
}
.item .description-panel {
  position: absolute;
  z-index: 100;
  bottom: -63px;
  left: 0;
  filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
  width: 100%;
  height: 63px;
  background: #000;
}
.description-panel .description {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
  width: 100%;
  height: 63px;
}
.paddings {
  padding: 0 10px;
}