 /************************
 * Styles for Azalea Cam *
 ************************/

  .thumbs1 img { margin-left: 6%; margin-right: 6%;  margin-top: 2%; margin-bottom: 2%;border: 1px solid gray; }
  .thumbs1 { text-align: center; }
  #pan1 { text-align: center; }

  .thumbs1 a:link {
    color: #660033;
  }
  
  .thumbs1 a:visited {
    color: #660033;
  }
  
  #wide_preview {
    display: block;
    position: relative;
    background: url(/gfx/cam/cam1_small.jpg) no-repeat;
    width: 1021px;
    height: 190px;
    margin: 5px;
    left: 20px;
    border: 1px solid gray;
    margin: 5px;
  }
  
  #wide_preview li {  
    position: absolute; 
    list-style-type: none;
    padding: 0;
  }
  
  #box1 {
    left: 120px;
    top: 95px;
    width: 55px;
    height: 25px;
  }
  
  #box2 {
    left: 240px;
    top: 95px;
    width: 60px;
    height: 35px;
  }
  
  #box3 {
    left: 380px;
    top: 100px;
    width: 120px;
    height: 75px;
  }

  #box4 {
    left: 780px;
    top: 100px;
    width: 100px;
    height: 95px;
  }

  #box5 {
    left: 890px;
    top: 90px;
    width: 60px;
    height: 35px;
  }

  #box6 {
    left: 635px;
    top: 100px;
    width: 100px;
    height: 95px;
  }

  #box1:hover { border: 1px solid white; cursor: pointer}
  #box2:hover { border: 1px solid white; cursor: pointer}
  #box3:hover { border: 1px solid white; cursor: pointer}
  #box4:hover { border: 1px solid white; cursor: pointer}
  #box5:hover { border: 1px solid white; cursor: pointer}
  #box6:hover { border: 1px solid white; cursor: pointer}

