﻿/* FLASHWRAPPER _________________________________________________________________*/

#flashWrapper {
  width: 648px;
  height: 200px;
  position: relative;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}

ul#nav{
  height:20px;
  width:auto;
  list-style:none;
  padding:0;
  position:absolute;
  z-index: 20000;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  left: 0px;
  top: 173px;
  margin-left: 10px;
  }

ul#nav li{
      text-align:center;     
      float:left;
      }

ul#nav li a{    
      text-align:center;     
      width:21px;     
      height:21px;
      background-image:url(/files/System/ViagensAbreu/layout/cir_preto.png);
      background-repeat:no-repeat;  
      color:#fff;    
      padding-top:4px;     
      text-decoration:none;     
      display:block;     
      font-size:12px;     
      font-weight:bold;
      z-index: 20001;
      }

ul#nav li.activeSlide a{    
      text-align:center;     
      width:21px;     
      height:21px;   
      background-image:url(/files/System/ViagensAbreu/layout/cir_branco.png);
      background-repeat:no-repeat;  
      color:#000000;     
      padding-top:4px;    
      text-decoration:none;     
      display:block;     
      font-size:12px;     
      font-weight:bold;
  z-index: 20001;
      }