#gallery {
font: 12px arial; 
font-weight: bold;
width:720px;
padding: 15px 0 0 0; 
margin-top: 0px;

}

#gallery div.off {
color:#ffffff; 
height: 33px; 
width: 132px;
margin-left: 0px;
margin-right: -26px;
line-height: 33px; 
padding:0 17px; 
float: left; 
background:url(images/tabs_2.gif) no-repeat left bottom; 
border:0px solid #d2dde3; 
border-bottom-color:#000; 
cursor:pointer; 
position: relative; 
}

#gallery div.on {
color: #ffffff; 
padding:0 17px; 
margin-right: -26px; 
margin-left: 0px;
margin-top: 0px; 
float: left; 
background: url(images/tabs_0.gif) no-repeat left bottom; 
border: 0px solid #e9eef1; 
cursor: pointer; 
border-bottom: 0; 
height: 33px;
line-height: 32px; 
position: relative; 
width: 132px;
}

div.hide {
display:none; 
width:0;
overflow:hidden;
}

div.show {
clear: left; 
background: #fff; 
width: 698px;
margin-top: 0px; 
top: -1px; 
border: 1px solid #c0c8cc;
padding: 10px; 
position: relative; 
font: 10px arial; 
line-height: 18px;
}

.clear {clear:both;}



