div.imgholder {
display: block;
float: left;
background: url(/img/dropshadow.png) no-repeat bottom right;
background: url(/img/dropshadow.gif) no-repeat bottom right;
margin: 10px 7px 0 10px;
margin: 10px 0 0 5px;
}

div.imgholder img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #666;
margin: -3px 5px 5px -3px;
padding: 2px;
}
