#NewsHomeBox {
  width: 417px;
  height: 298px;
  border: 1px solid black;
}

#NewsHomeBox .HeaderBox {
  height: 25px;
  line-height: 25px;
  background: black;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 5px;
}

#NewsHomeBox .HeaderBox .AllNews {
  padding-left: 230px;
  font-size: 10px;
  color: white;
  text-transform: none;  
}

#NewsHomeBox img.RssPicto {
  width: 15px;
  height: 14px;
  padding: 5px;
  position: absolute;
}

#NewsHomeBox img {
  width: 417px;
  height: 273px;
}

#NewsHomeBox .background {
  z-index: 2;
  margin: -60px 0 0 0;
  width: 417px;
  height: 60px;
  position: absolute;
  background: transparent url(/images/home/news-header-box-background.gif) repeat-x;
  filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
}

#NewsHomeBox .NewsTimeBox {
  position: absolute;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center; 
  background: white;
  font-size: 10px;
  font-weight: bold;
}

#NewsHomeBox .NewsNavigationBox {
  margin: 5px 0 0 375px;
}

#NewsHomeBox .NewsNavigationBox .previous,
#NewsHomeBox .NewsNavigationBox .next {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  position: absolute;
}
#NewsHomeBox .NewsNavigationBox .previous {
  background: black url(http://www.diagnostic-expertise.com/images/pictos/previous-bt.gif) no-repeat;
}
#NewsHomeBox .NewsNavigationBox .next {
  background: black url(http://www.diagnostic-expertise.com/images/pictos/next-bt.gif) no-repeat;
  margin-left: 17px;
}

#NewsHomeBox .NewsNavigationBox,
#NewsHomeBox .NewsTitleBox,
#NewsHomeBox .NewsContentBox {
  z-index: 3;
  position: absolute;
  padding-left: 5px;
  width: 412px;
  cursor: pointer;
}

#NewsHomeBox .NewsTitleBox {
  background: #A20024;
  height: 25px;
  line-height: 25px;
  margin-top: 188px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
#NewsHomeBox .NewsContentBox {
  margin-top: 220px;
  color: white;
  font-size: 12px;
}
#NewsHomeBox .NewsTitleBox p,
#NewsHomeBox .NewsContentBox p {
  color: white;
  margin: 0;
  padding: 0 5px 0 0;
}
#NewsHomeBox .NewsContentBox .newsContinuation {
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  margin: -10px 5px 0 0;
}

#NewsHomeBox #NewsContainer2,
#NewsHomeBox #NewsContainer3 {
  display: none;
}

/* IE7 hack */
*:first-child+html #NewsHomeBox .background {
  margin: 213px 0 0 -419px;
}
