
#gallery { margin:0px; 
      background:#c4c4c4; 
      color:#000; 
      margin-left:auto;
      margin-right: auto;
      overflow: hidden;
     }
div#thumbnailbox { overflow-y:scroll;
          overflow-x:hidden;   
          border-top: 1px solid #FFCC66 ; 
          margin:0px; 
          min-height:74px;
          max-height: 400px;
          background:#000;
         }
div#thumbnailbox > div {float:right;
            width:120px; 
            height:auto; 
            overflow:hidden; 
             cursor:pointer; 
         }
div#thumbnailbox > div > img {
             max-width:120px; 
             height: auto;
             margin:1px 2px;
             float:right;
              }
div#pictureframe { 
          width: 100%;
          float:left; 
          max-height:400px; 
         }
div#pictureframe > img {  
          display: block;
          margin-right: auto;
          margin-left: auto;
          max-height:400px; 
            }