* {
  margin: 0;
  padding: 0;
}
html, body {
  background: #272829;
  margin: 0;
  padding: 0;
}
.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: 61px;
  padding: 20px 27px 0 27px;
}
.logo {
  display: block;
  float: right;
  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');
}
.teaser {
  float: left;
  font-family: Arial, sans-serif;
}
.teaser .content-count {
  font-size: 18px;
  line-height: 18px;
  color: #f8d04b;
}
.teaser .click-here {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}
#banner-container {
  position: relative;
  padding: 10px;
  border: 1px solid #303132;
  background: #1f2021;
  margin: 0 auto;
}
#banner-cycle, .banner-frame {
  overflow: hidden;
}
#banner-cycle .item {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  text-decoration: none;
}
#banner-cycle .last {
  margin-right: 0;
}
.item .pic {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.item .description-panel {
  position: absolute;
  z-index: 100;
  bottom: -30px;
  left: 0;
  filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
  width: 100%;
  height: 60px;
  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: 60px;
}
.paddings {
  padding: 0 10px;
}
.item .description .line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  font: bold 12px/30px Arial, sans-serif;
  color: #fff;
}
.item .description .line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #222;
  height: 29px;
  font: normal 11px/29px Arial, sans-serif;
  color: #b4b4b4;
}
.next-arrow {
  display: block;
  text-indent: -10000px;
  position: absolute;
  width: 28px;
  height: 53px;
  cursor: pointer;
  outline: none;
  z-index: 100;
  background-repeat: no-repeat;
}
#next-arrow-horizontal {margin-top: -26px;top:50%;right: -28px;background-image: url(images/next-horizontal-dark.gif);}

.prev-arrow {
  text-indent: -10000px;
  display: block;
  position: absolute;
  width: 28px;
  height: 53px;
  cursor: pointer;
  outline: none;
  z-index: 100;
  background-repeat: no-repeat;
}
#prev-arrow-horizontal {margin-top: -26px;top:50%;left: -28px;background-image: url(images/prev-horizontal-dark.gif);}