@charset "UTF-8";
/* CSS Document */

#news
{
text-align: center;
margin: 25px 0;
font-size: 12px;
line-height: 14px;
}

#news a:link,
#news a:visited,
#news a:active
{
color: #6a6a6a;
text-decoration: none;
}

#news a:hover
{
color: black;
text-decoration: none;
}

#news ul
{
display: block;
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 882px;
height: 127px;
}

#news li
{
display: block;
width: 127px;
height: 127px;
text-align: center;
float: left;
margin: 0 10px 20px 0;
padding: 0 0 5px 0;
}

#news li.new
{
display: block;
width: 127px;
height: 127px;
text-align: center;
float: left;
margin: 0 10px 20px 0;
background: #ebe800;
}

#news li img
{
background: white;
margin: 0 0 5px 0;
border: 1px solid #c8c7c7;
padding: 10px;
width: 105px;
height: 70px;
}
