
  /* holders */
  #banner_holder { 
    width:   978px;
    height:  300px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #pager{
    float: left;
  }
  
  /* navigation */
  #nav {
    width: 968px;
    height: 28px;
    padding-top: 0px;
    background: url(/images/rotator/7frames/menu_bg.gif) #aaa;
  }
  #nav a { 
    display: block;
    float: left;
    width: 46px; 
    height: 25px; 
    border: 0px; 
    background: url(/images/rotator/7frames/non_act.gif) no-repeat; 
    color: #555;
    font-size: 16px;
    font-weight: bold; 
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    margin: 3px 0px 0px 5px;
  }
  #nav a.activeSlide, #nav a.activeSlide:hover {
     color: #eee;
     background: url(/images/rotator/7frames/act.gif) no-repeat;
  }
  #nav a:hover { color: #000; }
  
  /* pics */ 
  .pics {  
      width: 968px;
      height: 272px;
  }
  .pics img {   
      border: 0px;  
      background-color: #eee;
      width: 968px;
      height: 272px;
  } 
  
  /* previews */
  #previews { 
    z-index: 1000;
  }
  #previews img{
    display: none;
    position: absolute;
    border: 2px solid #ccc;
    z-index: 1001;
  }