﻿#latestNewsContainer
{
    clear: both;
    width: 641px;
    background: url(../images/latestnews/bg.jpg)
}

#latestNews
{
    height: 251px;
    width: 634px;
}

#latestNewsBody
{
    margin: 20px 0 0 10px;
    padding: 0;
    width: 608px;
    height: 190px
}

#latestNewsItems
{
    width: 397px;
    height: 190px;
    color:black;
    overflow:hidden
}

#latestNewsItems div
{
    width: 375px;
    height: 190px;
    position:relative;
    filter:alpha(opacity=0);
    opacity:0
}

#latestNewsLinks
{
    float: right;
    cursor:pointer;
    padding: 10px 0 0 0;
    margin: 0;
    height: 170px;
    width: 211px
}

#latestNewsLinks div:hover .latestNewsLinkText
{
    color:black
}

.latestNewsLinkText
{
    z-index:10;
    position:relative;
    padding:8px 0px 0px 25px;
    font-size:12px;
}

#firstNewsItem
{
    background:url(../images/latestnews/navigationOne.jpg);
    width:211px;
    height:34px;
    color:#999999
}

#secondNewsItem
{
    background:url(../images/latestnews/navigationTwo.jpg);
    width:211px;
    height:34px;
    color:#999999
}

#thirdNewsItem
{
    background:url(../images/latestnews/navigationThree.jpg);
    width:211px;
    height:34px;
    color:#999999
}

#fourthNewsItem
{
    background:url(../images/latestnews/navigationFour.jpg);
    width:211px;
    height:34px;
    color:#999999
}

#fifthNewsItem
{
    background:url(../images/latestnews/navigationFive.jpg);
    width:211px;
    height:34px;
    color:#999999
}

#currentItemIndicator
{
    position: relative;
    margin-bottom: -34px;
    width: 211px;
    height: 34px;
    z-index: 5
}