#contributors {
  margin-left:10px;
}

#contributors     .contrib-thumb {
       background:url(../images/cthumbbg.png) no-repeat;
       width:241px; height:198px;
       overflow:hidden;
       padding-left:3px;
       padding-top:2px;
       cursor:pointer;
       margin-right:10px;
       margin-left:10px;
       margin-bottom:14px;
     }
#contributors     .contrib-thumb:hover {
       background:url(../images/cthumbbgh.png) no-repeat;
       width:241px; height:198px;
       overflow:hidden;
       padding-left:3px;
       padding-top:2px;
       cursor:pointer;
     }
#contributors     .contrib-name {
       font-size:17px; color:#5f7d20;
       font-family:"Times New Roman";
       font-style:oblique;
       line-height:20px;
       padding-top:6px;
       padding-left:10px;
       padding-right:10px;
     }
#contributors     .contrib-title {
       font-family:Arial;
       font-size:12px;
       line-height:18px;
       padding-left:10px;
       padding-right:10px;
     }
#contributors     .fl {
       float:left;
     }
#contributors     .fr {
       float:right;
     }
#contributors     .clear {
       clear:both;
     }

#contributors    a img {
      border:none;
    }
#contributors    .contrib-thumb-big {
       background:url(../images/cthumbbig.png) no-repeat;
       width:241px; height:234px;
       overflow:hidden;
       padding-left:3px;
       padding-top:2px;
       cursor:pointer;
       margin-bottom:14px;
     }
#contributors     .contrib-heading {
       font-size:22px; color:#5f7d20;
       font-family:"Times New Roman";
       line-height:24px;
     }
#contributors     .contrib-text {
       font-size:12px;
       color:#333333;
       line-height:19px;
       font-family:Arial;
     }
#contributors     .contrib-text a:link, .contrib-text a:visited {
       color:#5f7d20; text-decoration:underline;
     }
#contributors     .contrib-text a:active, .contrib-text a:hover {
       color:#5f7d20; text-decoration:none;
     }
#contributors     .rel {
       position:relative;
     }
#contributors     .abs {
       position:absolute;
     }
#contributors .modalclose {
  top:-9px; right:-3px;
}

