/* CSS Document */

#photogallery1 {
width: 20%;
text-align: center;
}

.photo_description {
text-align: center;
color: #333333;
font:7pt arial, helvetica, sans-serif;
}

#photogallery1 .photocell {
text-align: center;        
}

#photogallery1 img, #photogallery1 img a {
border: 1px solid #333333;
}

#photogallery1 img a:hover {
border: 1px solid #333333;
}

#photogallery1 td {
vertical-align: top;
}
