/*Floating thumbnail gallery CSS - Gary Hollands - solriche.co.uk 2006*/
.row{
padding: 1% 0 0 0;
clear: both;
}

.tnbox{
float: left;
margin: 0 0.5em 0 0;/*FX has a problem with % for the margin*/
padding: 0 0 1.4% 0;
}

.tnails{
border: 0;
}

.tnailsa{
border-top: solid 1px;
border-right: solid 2px;
border-bottom: solid 2px;
border-left: solid 2px;
}

.break{
display: block;
text-align: center;
}

a .break{
text-decoration: underline;
}

a:visited .break{
text-decoration:underline;
}

a:hover .break{
text-decoration: none;
}

#content .tnboxtxt{
clear: both;
font-size: 70%;
text-align: center;
text-indent: 0;
margin: 0;
}
