  #gallery
  {
    padding: 0;
  }

  #gallery a
  {
    display: block;
    width: 80px;
    height: 60px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    float: left;
    border: 1px solid #C8C097;
  }
  
  #gallery.horizontal a
  {
    width: 48px;
  }
  
    #gallery a:hover
    {
      border: 1px solid #005826;
    }
  
    #gallery img
    {
      margin: 0;
      padding: 0;
      border: none;
    }  
    
    
    
  #gallery-list-left
  {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 20px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }  
    
  #gallery-list2
  {
    display: block;
    width: 270px;
    height: 57px;
    float: left;
    overflow: hidden;
    abackground: #000;
  }
  
  #gallery-list-in
  {
    width: 800px;
    height: 57px;

  }

  #gallery-list-right
  {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    float: left;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }  
  
  #gallery-main-image
  {
    height: 340px;
    overflow: hidden;
    text-align: center;
  }
  
  #content #gallery-list-in img
  {
    border: none;
    display: block;
    float: left;
    border-right: 1px solid #000;
  }
 