TABLE#gallery {
border-bottom:2px solid crimson;
border-left:1px dotted #aaaaaa;
width:100%;
}
TABLE#gallery TD {
text-align:center;
border-right:1px dotted #aaaaaa;
border-bottom:1px dotted #aaaaaa;
padding-top:8px;
}
TABLE#gallery TD:hover {
background-color:#eeeeee;
}
TABLE#gallery P {
margin:2px;
}
.bigpic {
text-align:center;
margin-bottom:12px;
}
.sel {
background-color:#eaf4f6;
}
TABLE#gallery IMG {
display:block;
margin:auto;
width:64px;
height:64px;
}
