div.topNews
{
  background: none repeat scroll 0 0 #127876;
  text-align: center;
  color:#fff;
  font-weight:bold;
  line-height:40px;
  position:relative;
  padding:0 30px 0 10px;
  margin-bottom:10px;
  max-height:40px;
  overflow:hidden;
}
div.topNews a
{
  color:#fff;
}
div.topNews a.closeNews
{
  display:block;
  position:absolute;
  top:50%;
  margin-top:-9px;
  right:5px;
  width:18px;
  height:18px;
  background: url('/images/closeNews.png') no-repeat 0 0;
}
div.topNews a.closeNews:hover
{
  background-position:0 100%;
}
