#gallery {
    font: 13px arial ; 
    font-weight: bold;
    width: 676px; 
    padding: 0 0 0 0; 
    line-height: 15px; }

#gallery div.off {
    color: #ffffff; 
    height: 33px; 
    margin-right: 0px; 
    line-height: 32px; 
    width: 120px;
    float: left; 
    background: url(tabs_0.gif) repeat-x left bottom; 
    border: 0px solid #000; 
    border-bottom-color: #000000; 
    cursor: pointer; 
    position: relative; 
    z-index: 20;
    text-align: center;
}

#gallery div.on {
    color: #ffffff; 
    width: 120px;
    margin-right: 0px; 
    margin-top: 0px;
    float: left; 
    background: url(tabs_2.gif) repeat-x left bottom ; 
    border: 0px solid #000; 
    cursor: pointer; 
    border-bottom: 0; 
    height: 33px; 
    line-height: 32px; 
    position: relative; 
    z-index: 100;
    text-align: center;
}

div.hide {
    display: none; 
    width: 0; 
    overflow: hidden;}

div.show {
    clear: left; 
    background: #ffffff; 
    width: 676px; 
    height: 410px;
    margin-top: 0; 
    top: 0px; 
    border: 5px solid #ff8c00; 
    padding: 0px; 
    position: relative; 
    z-index: 50;
    line-height: 18px;}



.clear {clear:both;}




