/*div.newsWrapper div
{
    margin: 0px;
    padding: 0px;
}*/

div.news 
{
    position: relative;
    border: solid 1px #A8A9A8;
    z-index: 100;
}

div.news div.item 
{
    position: relative;
    width: 530px;
    height: 400px;
    cursor: pointer;
}

div.news div.item div.info 
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.news div.item div.info div.contents
{
    background-color: Transparent;
    padding: 10px;
    position: relative;
    z-index: 101;
}

div.news div.item div.info div.bg
{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 99;
}

div.news div.item div.info .title
{
    display: block;
    color: #8B8B8A;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

div.news div.item div.info .link
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
}

div.news div.item div.info .link:hover
{
    text-decoration: underline;
}

#nav 
{
    position: relative;
    margin: -5px 0px 0;
    z-index: 150;
}
#nav a  
{
    display: block;
    float: left;
    margin-right: 3px; 
    background-color: Transparent; 
    text-decoration: none;
    font-weight: bold;
    color: #8B8B8A;
}
#nav a span
{
    display: block;
    margin-top: 5px;
    padding: 2px 7px 2px; 
    font-size: 10px;
    background-color: #FFFFFF; 
    border: 0;
}
#nav a.activeSlide  
{
    background: Transparent url(../_img/bg_news_selected.png) top center no-repeat;
}
#nav a.activeSlide  span
{
    background-color: #A8A9A8; 
    color: #FFFFFF;
}
#nav a:focus { outline: none; }

