#gallery {
    width: 645px;
    height: 515px;
    background-color: white;
    text-align: center;
    margin: 30px auto 75px auto;
    padding: 25px 0 10px 0;
    }
    
#displaybox{
    width: 645px;
    height: 390px; /* Insert Optional Height definition here to give all the content a unified height */
    padding: 0;
    /*border: 1px solid black;*/
    text-align: center;
    }
    
#display {
    /* er, hello 
    margin-bottom: 10px;
    */
    }
    
#display p { /* experimental */
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: 946a53;
    margin-top: 6px;
    }
    
#rows {
    width: 100%;
    height: 270px;
    text-align: center;
    position: relative;
    }
    
#rows img { cursor: pointer; }
    
#rows.row {
    width: 448px;
    float: left; 
    margin-left: 98px;
    }
    
#rows.row img { 
    float: left;
    margin: 5px;
    }

div.tabcontent {
    width: 100%;
    position: relative;
    display:none; 
    }
    
div.tabcontent img.left {
    position: absolute;
    top: 0;
    left: 16px;
    cursor: pointer;
    }
    
div.tabcontent img.right {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    }
    
div.tabcontent p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #83543f;
    }
#one { 
    position: absolute;
    top: 0;
    left: 100px;
    }
#two, #three, #four, #five, #six { 
    position: absolute;
    top: 0;
    left: 100px;
    visibility: hidden;
    }
