/* CSS Document */

#photogallery1 {
width: 20%;
text-align: center;
}

.photo_description {
text-align: center;
color: #4C4C4C;
font-family: tahoma, Arial, Helvetica, "MS Sans Serif", sans-serif;
font-size: 10px;
font-weight: bold;
}

#photogallery1 .photocell {
text-align: center;        
}

#photogallery1 img, #photogallery1 img a {
border: 1px solid #4C4C4C;
}

#photogallery1 img a:hover {
border: 1px solid #4C4C4C;
}

#photogallery1 td {
vertical-align: top;
}
