.banner-small {
  margin-bottom: 74px;
  position:relative;
  width: 940px;
  height: 96px;
  padding: 11px 0px 11px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB2CAMAAAA+7AnCAAAAHlBMVEUnRoYOMXcOL3QNL3INLnEOMHYnRoUNLW8OMXgoSIfhESsVAAAAIUlEQVR42r3CiREAIAgAIHrM2n/hnMIDvHZHlm2ZwnB7fMe5A8ViPWxiAAAAAElFTkSuQmCC);
  background: url(../images/banners-small-bkg.png) !ie7;
}

.banner-small .banner-container {
  overflow: hidden;
  width: 802px;
  height: 96px;
  left: 74px;
  position: absolute;
}
.banner-small .banner-container .banner-bar {
  width: 9999px;
  position: absolute;
  left: 0px;
  top: 0;
}

.banner-small .banner-container a {
  position: relative;
  float: left;
  display: block;
  width: 255px;
  height: 84px;
  padding: 5px 6px 5px 6px;
  margin-right: 16px;
  background-color: white;
  text-decoration: none;
}

.banner-small .banner-container a img.logo {
  position: absolute;
  bottom: 7px;
  left: 8px;
}

.banner-small .banner-container a p {
  position: absolute;
  top: 6px; 
  left: 141px;
  width: 120px;
  text-align: center;
  color: #000;
  line-height: 1.2;
  font-size:12px;
}

.banner-small .banner-container a .price {
  /*background: url(../images/banners-small-price.png);*/
  background: url(/templates/matkapojat/images/sprite-etusivu-optimized.png) no-repeat 0 -634px;
  width: 99px;
  height: 36px;
  position: absolute;
  left: 152px;
  top: 43px;
  font-size:25px;
  text-align:center;
  color: #FFF;
  padding-top: 10px;
  text-shadow: #444 3px 2px 3px;
}

.banner-small .button-previous {
  /*background: url(../images/banners-small-left.png) no-repeat top left;*/
  background: url(/templates/matkapojat/images/sprite-etusivu-optimized.png) no-repeat 0 -378px;
  width: 73px;
  height: 118px;;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-small .button-next {
  /*background: url(../images/banners-small-right.png) no-repeat top right ;*/
  background: url(/templates/matkapojat/images/sprite-etusivu-optimized.png) no-repeat 65px -506px;
  width: 118px;;
  height: 96px;
  position: absolute;
  top: 0;
  right: 0;
}
