CSS Sliding Doors

With overflow: hidden and a set width, we can clip the thumbnails so that they don't show the full image. Then, using :hover and CSS3 transitions, we can expand the thumbnails when the user mouses over them. Go ahead and try it!