<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a img {
  border: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  background: #272829 url(images/lingerieav/loading.gif) center center no-repeat;
}
.wrapper {
  width:315px;
  height:300px;
  position:relative;
}
.logo {
  width:137px;
  height:41px;
  background: url(images/lingerieav/logo.png) 0 0 no-repeat;
  position:absolute;
  left:6px;
  top:6px;
  z-index:100;
  text-indent:-10000px;
}
#banner-container {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 300px;
}
#banner-cycle, .banner-frame {
  overflow: hidden;
  background: transparent !important;
  height: 300px;
}
#banner-cycle .item {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  overflow: hidden;
  text-decoration: none;
}
.item .pic {
  display: block;
  width:315px;
  height:auto;
}
.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index:100;
    -moz-border-radius: 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px / 5px 5px 5px 5px;
    border-radius: 5px / 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e65d58;
    background-image: -moz-linear-gradient(bottom, #ef5971 0%, #f38365 100%);
    background-image: -o-linear-gradient(bottom, #ef5971 0%, #f38365 100%);
    background-image: -webkit-linear-gradient(bottom, #ef5971 0%, #f38365 100%);
    background-image: linear-gradient(bottom, #ef5971 0%, #f38365 100%);
    font-weight:bold;
    text-decoration: none;
    padding:0 12px;
    display:inline-block;
    height:31px;
    line-height:31px;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,.6);
}
.go:hover {
    border: 1px solid #f24d48;
    background-image: -moz-linear-gradient(bottom, #ec3940 0%, #f38365 100%);
    background-image: -o-linear-gradient(bottom, #ec3940 0%, #f38365 100%);
    background-image: -webkit-linear-gradient(bottom, #ec3940 0%, #f38365 100%);
    background-image: linear-gradient(bottom, #ec3940 0%, #f38365 100%);
}
.play {
    width:37px;
    height:43px;
    background: url(images/lingerieav/play.png) no-repeat;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-19px;
    margin-top:-22px;
    z-index:100;
}</pre></body></html>