/* movie of the week */
   #movie_preview {
      margin: auto:
      padding: 28px 24px 12px 24px;
      border: 0px dotted;
      text-align: center
   }
   .presenting img {
      text-align: center;
      margin: auto;
      /*padding-left: 84px;*/
      padding-top: 8px;
   }
   .presenting {
      font-size: 110%;
   }
   .pcaption {
      padding: 24px 24px 4px 24px;
   }
   #movie_preview span.left {
      padding-right: 24px;
   }
   #movie_preview span.right {
      padding-left: 24px;
   }
   .plinks a:visited, .plinks a {
      color: #C20200;
      text-decoration: none;
      font-size: 95%;
      font-style: italic;
      text-align: center;
      cursor: default;
   }
   .plinks a:hover {
      cursor: pointer;
   }
/* end movie of the week */

