
div.wrap
{
    width: 340px;
    height: 106px;
    position: relative;
    color: #ffffff;
}
.newsCnt div img 
{
    float: left;
    margin: 0px 10px 0px 0px;
}
.news
{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.news > div
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 352px;
    z-index: 1;
}
.newsCnt
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 352px;
    z-index: 1;
	cursor: pointer;
}
.newshead
{
    width: 100%;
    height: 18px;
    background: transparent url('newsheadBK.jpg') repeat-x 0 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-weight: bold;
    color: #5eaeed;
}
.buttons
{
    position: absolute;
    top: 115px;
    left: 10px;
    z-index: 2;
}
* .buttons > div
{
    
}
.overBtn
{
    background-color: #659ad7;
    color: #b06f09;
}
.outBtn
{
    background-color: #184f87;
    color: white;
}