

.use_credits {
   display:none;
}

.moofilm {
   text-align: left;
   border: 0px none;
   color: white;
   background-color: black;
   cursor:default;
}

   .film_title {
      color: #fff ;
      font-size: 14px;
      font-weight: bold;
	  margin:0 14px; margin-top:14px; padding-right:10px;
	  line-height: 1.4em;
	  text-transform:uppercase;
   }

   .film_info { 
      font-size: 1em;
      line-height: 1.4em;
      padding:5px 14px 5px 4px;
      margin:0 10px;
   }		

   .film_link { 
      font-weight: bold;
      color:#fff;
	  padding:5px 0 5px 4px;
      margin:0 10px;
   }

   .film_link:hover {
      font-size:1.3em;
   }
