#gallery {
font:11px Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
 width:305px; 
 padding:15px 0 0 0; 
 line-height:15px;}
#gallery div.off {
color:#999; 
padding:0 3px;
margin-right:2px; 
line-height:33px; 
height:25px; 
float:left;
background:url(tabs_0.jpg) no-repeat; 
cursor:pointer; 
position:relative; 
border-bottom-width:1px;
border-bottom-color:#ccc;
border-bottom-style:solid;
z-index:100;}

#gallery div.on {
color:#333; 
padding:0 3px; 
margin-right:2px;
line-height:33px;
height:26px; 
float:left;
background:url(tabs_2.jpg) no-repeat; 
cursor:pointer; 
position:relative;

z-index:100;}

div.hide {
display:none; 
width:0; 
overflow:hidden;}
div.show {
clear:left; 
background:#fff; 
width:280px; 
/*margin-top:-1px; */
top:-1px; 
border:1px solid #cccccc;
padding:15px; 
position:relative; 
/*z-index:50; */
font:11px Arial, Helvetica, sans-serif; 
line-height:18px;}
.clear {
/*clear:both;*/
}




