/* IMAGES */

a img {border: none; }


 /* GALLERY THUMBNAILS */

#gallery-content li{
	width:150px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}  



div.thumb {
        margin: 3px;
        border: 1px solid #A0ACC0;
        height: auto;
        float: left;
        text-align: center;
        }       
.thumb img{
        display: inline;
        margin: 5px;
        border: 1px solid #A0ACC0;
        }
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	font-size: 10px;
        text-align: center;
line-height: 16px;
  width: 150px;
  margin: 0 3px 3px 3px;
  }

