div#first-level-banner {
  height:133px; 
  }


/***************NEWS STYLE***************/
.newsWrapper .list-image {
  width: 120px;
  max-height: 170px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.newsWrapper .list-image img {
  width: 120px;
}
.newsWrapper .list-details {
  max-width: 100%;
  min-height: 90px;
  padding-bottom: 20px;
  margin-left: 140px;
}
.newsWrapper .list-details h3{
  margin-top: 0;
  margin-bottom: 10px !important;
}

/***************COMMON DETAIL***************/
.listDetail .itemImage {
    width: 180px;
    overflow: hidden;
    height: 110px;
    float: left;
    margin: 0 15px 0 0;
}
.listDetail .itemImage img {
    height: 110px;
}
