/*﻿body
{
	font-family: Arial;
	background-color: #2e5f80;
}
*/#running .news-wrapper
{
	width: 940px;
	position: relative;
        float: left;
	overflow: hidden;
}
#running .news-title
{
    position: relative;
	float: left;
	background-image: url(title-news.png);
	background-color: #0375DF;
	width: 18px;
	height: 32px;
	z-index: 11;
        display: none;
}
#running .news
{
	_background-color: #fcfafa;
	width: 700px;
	height: 32px;
	overflow: hidden;
        position: relative;
        float: left;
}
#running .headline
{	overflow: hidden;
	position: absolute;
	font-size: 10pt;
	height: 10px;
	padding: 8px 12px 14px 8px;
	z-index: 1;
	background:#fcfafa;
	width:700px;
	/*overflow: hidden;*/
}
#running .headline a
{
	/*background-image: url(gaindi.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:hidden;
        color:#000;
	/*padding-right: 16px;*/	
}
#running .headline a b, .headline a:active, .headline a:visited
{
    z-index: 1000;
	color: #1e1e1e;
	text-decoration: none;
}
#running .headline a:hover
{
        
	color: #163b5b;
	text-decoration: none;
}
#running .control-bar
{
	/*background-image: url(control-bar.png);*/
	/*background-repeat: no-repeat;*/
        _background-color: #fcfafa;
	width: 15px;
	height: 32px;
	position: absolute;
        top:0px;
        right:25px;
        /*left:800px;*/
        z-index: 50;
        /*top: 35px;*/
}
#running .controls-wrapper
{
	position: relative;
	width: 40px;
	height: 12px;
        margin-top: 8px;
}
#running .controls-wrapper div
{
	position: relative;
	width: 7px;
	height: 8px;
	margin-left: 6px;
	margin-top: 4px;
	float: left;
}
#running .controls-wrapper div.next
{
	background: url(next.png) no-repeat;
	cursor: pointer;
}
#running .controls-wrapper div.prev
{
	background: url(prev.png) no-repeat;
	cursor: pointer;
}
#running .controls-wrapper div.play
{
	background: url(play.png) no-repeat;
	cursor: pointer;
}
#running .controls-wrapper div.pause
{
	background: url(pause.png) no-repeat;
	cursor: pointer;
}
.preview-wrapper
{
	font-size: 10pt;
	padding-top: 8px;
	width: 308px;
	height: 85px;
	position: absolute; /*margin: auto;*/
	z-index: 1000;
}
.preview
{
	width: 292px;
	height: 61px;
	background-color: #2c2c2c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #212121;
	padding: 8px;
	font-size: 9pt; /*overflow: hidden;*/ /*background: url(bg.jpg) repeat-x repeat-y;*/
}
.preview h4, .preview p
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.preview h4
{
	font-size: 10pt;
	color: White;
	font-weight: normal;
	width: 290px;
	height: 16px;
}
.preview p
{
	color: #9f9e9e;
	width: 290px;
	height: 54px;
}
.preview a
{
	font-size: 11px;
	color: #9f9e9e;
	text-decoration: none;
	margin-left: 4px;
}
.preview a:hover
{
	text-decoration: underline;
	color: Yellow;
}
.tip
{
	margin: auto;
	width: 13px;
	height: 9px;
	background-image: url(cor.png);
}
#running .news-wrapper.multiple
{
	width: 910px;
	overflow: hidden;
        position: relative;
        float: left;
}
#running .news-wrapper.multiple .news-title
{
    position: relative;
	float: left;
        display: none;
}
#running .news-wrapper.multiple .news
{
	float: left;
	width: 2000px;
}
#running .news-wrapper.multiple .headline
{
	position: relative;
	float: left;
	margin-left: 0px;
}
div#running{
	background-color:#fcfafa;
}
