.gallery{
width:200px; 
float:left; 
padding: 5px;
margin: 5px;
border:3px #eeeeee solid;
text-align:center;
box-shadow: 2px 2px 2px grey;
background: ;
}

.gallery a {
text-decoration:none;
}

.gallery .pname{
width:100%; 
position:relative;
text-align:left;
padding-top:5px;
height:150px;
overflow:auto;
}

.gallery .pphoto{
height:200px;
max-height:200px;
overflow:hidden;
text-align:center;
background:white;
}

.gallery img {
min-height:100%;
max-height:100%;
padding:0px;
margin:0px;
}
p {display:inline;}