div.picture-h, div.picture-v {
   padding: 5px;
}

div.picture-h {
   width: 330px;
}
div.picture-h img {
   height: 255px;
   width: 330px;
}
div.picture-v {
   width: 255px;
}
div.picture-v img {
   height: 330px;
   width: 255px;
}
div.picture-h p, div.picture-v p {
   clear: both;
   font-family: "Times New Roman", Times, TimesNR, "New Century Schoolbook";
   font-size: 11pt;
   font-style: italic;
   font-weight: bold;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: -2px;
}


div.picture {
   padding: 2px;
}
div.picture img {
   border: 1px solid #f0f0f0;
}

div.picture p {
   font-family: "Times New Roman", Times, TimesNR, "New Century Schoolbook";
   font-size: 11pt;
   font-style: italic;
   font-weight: bold;
}

div.left div.picture {
   margin: 5px 15px 5px 0px;
}

div.right div.picture {
   margin: 5px 0px 5px 15px;
}

