* {
  margin: 0;
  padding: 0;
}
html, body {
    background: #f3f3f3 url(images/avstockings/bg2.gif);
  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/avstockings/loading.gif) center center no-repeat;
}
.notification {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.header {
  position: relative;
  height: 54px;
}
.logo {
  display: block;
  position:absolute;
  left:39px;
  top:15px;
  width: 190px;
  height: 25px;
  background: url(images/avstockings/logo3-white.png) left top no-repeat;
  text-indent: -10000px;
  z-index:100;
}
* html .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/avstockings/logo3-white.png', sizingMethod='crop');
}
#banner-container {
  position: relative;
  padding: 19px;
  background: #fff;
  margin: 0 auto;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.59), inset 0 0 9px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.59), inset 0 0 9px rgba(0,0,0,.7);
    box-shadow: 0 0 8px rgba(0,0,0,.59), inset 0 0 9px rgba(0,0,0,.7);
}
#banner-cycle, .banner-frame {
  overflow: hidden;
}
#banner-cycle .item {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 19px;
  overflow: hidden;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 8px -2px #000;
  -webkit-box-shadow: 0px 0px 8px -2px #000;
  box-shadow: 0px 0px 8px -2px #000;
}
#banner-cycle .last {
  margin-right: 0;
}
.item .pic {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.item .size {
  display: block;
  padding: 1px 4px;
  opacity: 0.8;
  background: #222;
  color: #fff;
  font: bold 11px/15px Arial, sans-serif;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 200;
  text-shadow: 0px 1px 0 #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hd {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 23px;
    height: 15px;
    z-index: 40;
    background: url(images/avstockings/hd.png) center center no-repeat;
}
.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;
}
.item .description .line1 {
  overflow: hidden;
  height: 26px;
  font: 11px/13px Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  padding-top: 6px;
}
.item .description .line2 {
  overflow: hidden;
  white-space: nowrap;
  height: 31px;
  font: normal 11px/31px Arial, sans-serif;
  color: #fff;
}
.get-it {
    display: block;
    width: 230px;
    height: 45px;
    font: bold 15px/45px Arial, Helvetica, sans-serif;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #7142c0;
    background-color: #6333b5;
    text-align: center;
    text-decoration: none;
    margin:14px auto;
    color: #fff;
    text-shadow: 0 1px 0 #333;
}
.get-it:hover {
    border: 1px solid #220651;
    background-color: #5100a4;
}