* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #272829;
  margin: 0;
  padding: 0;
  width: 230px;
  height: 1030px;
}
.gray {
  color: #b4b4b4;
}
.gold {
  color: #f3b52c;
}
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 {
  height: 79px;
  padding: 20px 20px 0 20px;
}
.download-button {
  position: relative;
  display: block;
  padding: 0 4px;
  height: 38px;
  font: normal 15px/38px Arial, sans-serif;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.yb-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 38px;
  background: url(images/yb-left.png) left top no-repeat;
}
* html .yb-left {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/yb-left.png', sizingMethod='crop');
}
.yb-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 38px;
  background: url(images/yb-right.png) left top no-repeat;
}
* html .yb-right {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/yb-right.png', sizingMethod='crop');
}
.yb-body {
  height: 38px;
  background: url(images/yb-body.png) left top repeat-x;
}
.click-here {
  display: block;
  font: bold 28px/41px Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -2px;
  color: #fff;
}
.logo {
  display: block;
  margin: 10px auto 0;
  width: 148px;
  height: 50px;
  background: url(images/ajp-logo.png) left top no-repeat;
  text-indent: -10000px;
}
* html .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/ajp-logo.png', sizingMethod='crop');
}
#banner-container {
  position: relative;
  padding: 10px;
  border: 1px solid #303132;
  background: #1f2021;
  width: 168px;
  margin: 0 auto;
}
#banner-cycle, .banner-frame {
  width: 168px;
  height: 830px;
  overflow: hidden;
}
#banner-cycle .item {
  position: relative;
  display: block;
  width: 168px;
  height: 270px;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
}
#banner-cycle .last {
  margin-bottom: 0;
}
.item .pic {
  display: block;
  width: 168px;
  height: 238px;
}
.item .play-container {
  position: relative;
}
.play-circle {
  position: absolute;
  z-index: 100;
  display: none;
  left: 50%;
  top: 50%;
  width: 39px;
  height: 39px;
  margin: -19px 0 0 -19px;
  background: url(images/play.png) left top no-repeat;
}
* html .play-circle {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/play.png', sizingMethod='crop');
}
.item:hover .play-circle {
  display: block !important;
}
* html .item:hover {
  zoom: 1;
}
.description {
  height: 32px;
}
.item .description .line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 4px;
  height: 14px;
  font: bold 11px/14px Arial, sans-serif;
  color: #fff;
}
.item .description .line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  font: normal 11px/14px Arial, sans-serif;
  color: #b4b4b4;
}
