ul.latest
{

 text-align:left;
}

ul.latest li
{
 margin:8px 0px 3px 20px;
 padding-left:0px;
 font-size: 11px;
}

#latest
{
 color:#663300;
 margin-right:2px;
}

#latest a:link
{
 color:#663300;
 text-decoration:none;
}

#latest a:visited
{
 color:#666;
 text-decoration:none;
}

#latest a:hover
{
 color:#663300;
 text-decoration:underline;
}

#gallery 
{
font:11px verdana,arial,sans-serif;
padding:0px;
line-height:15px;
}

#gallery div.off 
{
color:#663300;
height:33px; 
padding:0 3px; 
margin-right:2px;
float:left; 
background:url('../images/style/tab1.png') repeat-x left bottom; 
border:1px solid #663300;
border-bottom-color:#fff; 
cursor:pointer; 
position:relative; 
z-index:20;
}

#gallery div.on 
{
color:#663300; 
padding:0 3px;
margin-right:2px;
margin-top:1px; 
float:left; 
background:url('../images/style/tab0.png') repeat-x left bottom;  
border:1px solid #663300;
border-bottom:0;
height:33px;
cursor:pointer; 
position:relative; 
z-index:100;
}

div.hide 
{
display:none; 
width:0; 
overflow:hidden;
}

div.show 
{
background: url('../images/style/bg_box.png') repeat;
clear:left; 
width:100%; 
margin-top:0;
top:-1px;
border:1px solid #663300;
position:relative; 
z-index:50; 
}

div.show img 
{
float:left; 
margin:0 10px 10px 0;
}

.clear 
{
clear:both;
}

