#gallery {
    font: 12px arial ; 
    font-weight: solid;
    width: 600px; 
    padding: 0 0 0 0; 
    line-height: 15px; }

#gallery div.off {
    color: #ffffff; 
    height: 33px; 
    margin-right: 0px; 
    line-height: 44px; 
    width: 140px;
    float: left; 
    background: url(images/tabs_0.gif) repeat-x left bottom; 
    border: 0px solid #000; 
    border-bottom-color: #ffffff; 
    cursor: pointer; 
    z-index: 20;
    text-align: center;

}

#gallery div.on {
    color: #ffffff; 
    width: 140px;
    margin-right: 0px; 
    margin-top: 0px;
    float: left; 
    background: url(images/tabs_2.gif) repeat-x left bottom ; 
    border: 0px solid #000; 
    cursor: pointer; 
    border-bottom: 0px; 
    height: 33px; 
    line-height: 44px;
    z-index: 100;
    text-align: center;
}

div.hide {
    display: none; 
    width: 0; 
    overflow: hidden;}

div.show {
    clear: left; 
    background: #ffffff; 
    width: 600px; 
    height: 186px;
    margin-top: 0px; 
    top: 0px; 
    border: 1px solid #dce3e5; 
    padding: 0px;
    z-index: 50;
    line-height: 18px;
}



.clear {clear:both;}



