/* Vitrines da capa */
.class-vitrines-wrap {
  /*height:auto;*/
  height:300px;
  position:relative;
}

.class-vitrines-wrap .class-vitrine {
  display:none;
    width:850px;
    padding:110px 0 0 0;
}

.class-vitrines-wrap .class-vitrine .texto {
    width:400px;
  text-align:right;
  position:relative;
  z-index:10;
  float:left;
}

.class-vitrines-wrap .class-vitrine .texto a {
    display:block;
  margin:15px 0 0 0;
}

.class-vitrines-wrap .class-vitrine .texto a img {
  border:0;
}

.class-vitrines-wrap .class-vitrine .texto p {
  margin:0 0 0 50px;
}

.class-vitrines-wrap .class-vitrine .texto .titulo {
    display:block;
    height:30px;
  margin:0 0 30px 0;
}

.class-vitrines-wrap .class-vitrine.show {
  display:block;
}

.class-vitrines-wrap #menuDestaque {
  position:absolute;
  top:50px;
  left:15px;  
}
.class-vitrines-wrap #menuDestaque li {
  float:left;
  width:35px;
  height:35px;
  margin:0 -1px 0 0;
  /*border: dashed 1px yellow;*/
}

.class-vitrines-wrap #menuDestaque li a {
  cursor:pointer;
  display:block;
  width:35px;
  height:35px;
  text-indent:-5000em;
  overflow:hidden;
  outline: none;
  /*border: dashed 1px red;*/
}

.class-vitrines-wrap #menuDestaque li#bt0 a {
  background:url("images/botao01.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt1 a {
  background:url("images/botao02.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt2 a {
  background:url("images/botao03.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt3 a {
  background:url("images/botao04.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt4 a {
  background:url("images/botao05.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt5 a {
  background:url("images/botao06.gif") center -5px no-repeat;
}

.class-vitrines-wrap #menuDestaque li#bt0.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap #menuDestaque li#bt1.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap #menuDestaque li#bt2.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap #menuDestaque li#bt3.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap #menuDestaque li#bt4.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap #menuDestaque li#bt5.selected a {
  background-position:center -59px;
}

.class-vitrines-wrap .img_vitrine {
  width:400px;
  height:300px;
  float:left;
  z-index:0;
  text-align:center;
  vertical-align:middle;
  position:absolute;
  left:400px;
  top:10px;
}
* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}

