div.gallery a.photo { display: inline-block; width: 75px; height: 75px; line-height: 75px; text-align: center; margin: 5px; }
div.gallery a.video { display: inline-block; float: left; width: 130px; height: 100px; line-height: 100px; text-align: center; margin: 5px; }
div.gallery img { vertical-align: middle; border: solid #F5AECE 1px; padding: 3px; }