#gallery {
    font:14px comic sans ms;
    width:380px;
    padding:15px 0 0 0;
    line-height:15px;
    }

#gallery div.off {
	padding: 5px 0 5px 10px;
    color:#000;
    height:20px;
    margin-right:2px;
    line-height:22px;
    padding:0 20px;
    float:left;
    background-color: #eee;
    border:1px solid #01297f;
    border-bottom-color:#01297f;
    cursor:pointer;
    position:relative;
    z-index:20;
    font-weight: bold;
    }

#gallery div.on {
    color:#8b1012;
    padding:0 20px;
    margin-right:2px;
    margin-top:1px;
    float:left;
    background-color: #bbb8bc;
    border:1px solid #01297f;
    cursor:pointer;
    border-bottom:0;
    height:20px;
    line-height:22px;
    position:relative;
    z-index:100;
    font-weight: bold
    }

div.hide {
    display:none;
    width:0;
    overflow:hidden;
    }

div.show {
    clear:left;
    background:#bbb8bc;
    width:380px;
    margin-top:0;
    top:-1px;
    border:1px solid #01297f;
    padding:20px;
    position:relative;
    z-index:50;
    font:11px comic sans ms;
    line-height:18px;
    }

.clear {
    clear:both;
    }

