<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background: transparent;
padding: 0;
margin: 0;
}
img, a img {
border-width: 0;
}
.photoset .photoset_row {
width: 500px;
white-space: nowrap;
overflow: hidden;
margin-top: 10px;
}
.photoset .photoset_row:first-child {
margin-top: 0;
}
.photoset .photoset_row .photoset_photo {
display: inline-block;
vertical-align: top;
margin-left: 10px;
}
.photoset .photoset_row .photoset_photo:first-child {
margin-left: 0 !important;
}
</style>
</head>
<body>
<div class="photoset" style="margin-bottom:0px;">
<a href="#" class="photoset_photo" id="photoset_link_8946693090_1">
<img style="width:500px;" src="_images/grass.jpg" alt="9">
</a>
</div>
<div class="photoset_row" style="height:153px;">
<a href="#" class="photoset_photo" id="photoset_link_8946693090_2">
<img style="width:245px;" src="_images/grass.jpg" alt="a">
</a>
<a href="#" class="photoset_photo" id="photoset_link_8946693090_3">
<img style="width:245px;" src="_images/grass.jpg" alt="c">
</a>
</div>
</body>
</html>