.photogallery 
{
   float: left;
   width: 200px;
   margin: 8px;
   background: url('../images/imgbak.jpg') top left no-repeat;
   min-height: 150px;
}

/* IE6 fix */
*html .photogallery
{
   height: 120px;
}

.photogallery img
{
   margin-top: 7px;
   margin-left: 7px;
   width: 178px;
   height: 98px;
   border: none;
}
