#newsPlayer_div
{
width: 650px;
height: 350px;
z-index: 1000;
}

.newsPlayer
{
position: relative;
display: none;
overflow: hidden;
}

.newsPlayer img
{
border: 0;
margin: 0;
}

.newsPlayer a
{
font-size: 100%;
text-decoration: none;
}

.newsPlayer .newsPlayer_SlideImgCntr
{
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: #000000;
}

.newsPlayer .newsPlayer_Loading
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: #000000;
background-image: none;
}

.newsPlayer .newsPlayer_SlideInfo
{
position: absolute;
z-index: 1015;
width: 100%;
height: 80px;
margin: 0px;
left: 0;
bottom: 0;
background-color: #000000;
text-indent: 15px;
}

.newsPlayer .newsPlayer_SlideInfo .newsPlayer_SlideInfoTitle
{
font-family: Verdana,Ms Sans Serif,Georgia,Helvetica,Arial;
font-size: 14px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #FF0000;
padding-left: 0px;
margin: 0px;
}

.newsPlayer .newsPlayer_SlideInfo .newsPlayer_SlideInfoDesc
{
font-family: Verdana,Ms Sans Serif,Georgia,Helvetica,Arial;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #FFFFFF;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 0px;
}

