#gallery {
font:11px helvetica; 
width: 99%;
line-height:15px;
}
#gallery div.off {
color:#ffffff; 
height:20px; 
margin-right:2px; 
line-height:18px; 
padding:0 2px; 
float:left; 
background:#FE6E00; 
border:1px solid #e1e1e1; 
border-bottom-color:#e1e1e1; 
cursor:pointer; 
position:relative; 
z-index:20;
}
#gallery div.on {
color:#666666; 
padding:0 2px; 
margin-right:2px; 
margin-top:1px; 
float:left; 
background:#ffffff; 
border:1px solid #e1e1e1; 
cursor:pointer; 
border-bottom:0; 
height:20px; 
line-height:18px; 
position:relative; 
z-index:100;
}

div.hide {
display:none;
 width:0; 
 overflow:hidden;
 font-color:#FE6E00;
 }
div.show {
clear:left; 
background:#ffffff; 
width:99%; 
height:auto;
margin-top:0; 
top:-1px; 
border:1px solid #e1e1e1;
padding:1px; 
position:relative; 
z-index:50; 
font:10px helvetica;
text-align:left; 
line-height:14px;
color:#666666;
margin-bottom:0px;
}

.clear {
clear:both;
}
