I cannot figure out how to make all my images align at the top instead of centred like they are. If you look here the images with larger captions align at the top and it looks silly since they don't all line up. I was wondering if someone could help me figure out why. Here is the CSS for the DIV that contains the images:
thumbnail {
font-size: 10px;
width: 125px;
padding: 5px;
margin: 0;
display: inline-block;
color: #fff;
text-align: center;
white-space: normal;
}
img{
position: relative;
}