/*** Clear Floats ***/
.tcClear {
  clear: both;
}
/*** 125 x 125 ad banner styles ***/
#tc_ad125 {
  display: block;
  margin: 5px auto 5px;
}
#tc_ad125 img {
  -ms-interpolation-mode: bicubic;
  width: 125px !important;
  height: 125px !important;
  float: left;
}
.tc_ad125 {
  margin: 5px;
  overflow: hidden;
  float: left;
  border: 2px solid #EEE;
}
/*** Featured Posts ***/
.widgetThumbnail {
  float: left;
  margin: 3px;
}