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