/* CSS Document */

#photogallery1 { width: 20%;
text-align: center; }

#photogallery1 .photocell {
text-align: center;        
}

#photogallery1 img, #photogallery1 img a {
border: 1px solid #000000;
}

#photogallery1 img a:hover {
border: 1px solid #000000;
}

#photogallery1 td {
vertical-align: top;
text-align: center;
}

.photo_caption {
font: bold 11px Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
}

.photo_description { display: none; }

#photo_description_photogallery1 { text-align: left; width: 400px; }




