
fieldset, img {
	border:0;
}

ul {padding:10px 0px;}


.anythingSlider {
   width: 645px;
   height: 150px;
   position: relative;
   margin: 0 auto 2px;
   float:left;
   display:block;
   clear:both;

}

.anythingSlider .wrapper {
   width: 580px;
   overflow: auto;
   height: 150px;
   margin: 0 60px;
   position: absolute;
   top:5px;
   left: 0;
}

.anythingSlider .wrapper ul {
   width: 9999px;
   list-style: none;
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
}

   .anythingSlider ul li {
      display: block;
      float: left;
      padding: 0;
      height: 150px;
      width: 600px;
      margin: 0;
      }

.anythingSlider .arrow {
   display: block;
   height: 25px;
   width: 25px;
   background: url(../images/slider-seealso-arrows.gif) no-repeat 0 0;
   text-indent: -9999px;
   overflow:hidden;
   position: absolute;
   top: 74px;
   cursor: pointer;
}
.anythingSlider .arrowBottom {
   display: none;
}
.anythingSlider .forward {
   background-position: -26px 0;
   right: 10px;
}

.anythingSlider .back {
   background-position: 0 0;
   left: 10px;
}

.anythingSlider .forward:hover {
   background-position: -26px -26px;
}

.anythingSlider .back:hover {
   background-position: 0 -26px;
}


#thumbNav {
   position: inherit;
   background: url(../images/slider-pager-tab-right.gif) no-repeat top right;
   padding:0 5px 0 10px;
   display:block;
   min-width:20px;
   height:20px;
}

#thumbNav a {
   color: black;
   display: inline-block;
   width:12px;
   height:12px;
   margin:5px 5px 0 0;
   background: #fff url(../images/slider-seealso-pager.gif) no-repeat -13px 0;
}

   #thumbNav a:hover {
      background-position: 0 0;
      }
      
   #thumbNav a.cur {
      background-position: 0 0;
      }

.anythingSlider .wrapper ul ul {
   position: static; 
   margin: 0; 
   background: none; 
   overflow: visible; 
   width: auto; 
   border: 0;
}



/* SLIDES */



   DIV.anythingSlider DIV.favProducts ul li.first {
      border-left:none;
      }
   
   DIV.anythingSlider DIV.favProducts ul li.last {
      border-right:none;
      }
   
   DIV.anythingSlider DIV.favProducts ul li h3 {
      margin:0;
      padding:0;
      font-size:85%;
      }
      
   DIV.anythingSlider DIV.favProducts ul li a {
      font-weight:bold;
      color:#666;
   }
   
   
   DIV.anythingSlider DIV.favProducts ul li p {
      margin:5px 0 0 0;
      padding:0;
      font-size:77%;
      line-height:120%;
      }

      DIV.anythingSlider DIV.favProducts ul li p a {
         color:#666;
         }
      
      DIV.anythingSlider DIV.favProducts ul li p span.price {
         margin:0;
         padding:0;
         font-size:150%;
         font-weight:bold;
         color:#D45F0F;
         }

DIV.anythingSlider DIV.bestSellerProducts {
   display:block;
   width:980px;
}

DIV.anythingSlider DIV.bestSellerProducts ul {
   list-style:none;
   display:inline;
   margin:0;
   width:980px;
}

DIV.anythingSlider DIV.bestSellerProducts ul li {
   width:155px;
   float:left;
 
   padding:0 10px;
}

   DIV.anythingSlider DIV.bestSellerProducts ul li.first {
      border-left:none;
      }
   
   DIV.anythingSlider DIV.bestSellerProducts ul li.last {
      border-right:none;
      }
         
   DIV.anythingSlider DIV.bestSellerProducts ul li h3 {
          margin:0;
          padding:0;
          font-size:85%;
          }

       DIV.anythingSlider DIV.bestSellerProducts ul li a {
          font-weight:bold;
          color:#666;
       }
      
   DIV.anythingSlider DIV.bestSellerProducts ul li p {
       margin:5px 0 0 0;
       padding:0;
       font-size:77%;
       line-height:140%;
       }

       DIV.anythingSlider DIV.bestSellerProducts ul li p a {
          color:#666;
          }
         
  DIV.anythingSlider DIV.bestSellerProducts ul li p span.price {
     margin:0;
     padding:0;
     font-size:150%;
     font-weight:bold;
     color:#D45F0F;
     }






/* SLIDES */

DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide {
   display:block;
   width:580px;
}

DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul {
   list-style:none;
   display:inline;
   margin:0;
   width:980px;
}

DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li {
   width:120px;
   float:left;

   padding:0 5px;
   text-align:center;
   display:inline;
}

   DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li.first {
      border-left:none;
      }
   
   DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li.last {
      border-right:none;
      }
   
   DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li h3 {
      margin:0px auto 0px auto;
      padding:0;
      width:110px;
      line-height:60%;
      }

   DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li h3 a {
      color:#666;      
      font-size:50%;
      font-weight:bold;
      }

   DIV.ultimosProdutos DIV.anythingSlider DIV.lastProductsSlide ul li img {
      margin:0px auto 0px auto;
      }
      


