.news-wrapper
{
	margin-left:23px;
	width: 750px;
	position: relative;
	overflow: hidden;
}
.news-title
{
	float: left;
	background-image: url('../images/title-news.png');
	background-color: #2f2f2f;
	width: 18px;
	height: 80px;
	z-index: 99;
	border-radius-topleft: 3px;
	border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	position:relative;
}
.news
{
	background-color: #CCEAED;
	width: 740px;
	height: 80px;
	border-radius-topright: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-color:#45A2FF
	/*overflow: hidden;*/
}
.headline
{
	/*position: absolute;*/
	font-size: 10pt;
	/*height: 100px;*/
	padding: 8px 12px 8px 8px;
	overflow: hidden;
	z-index: 1;
	width:650px;
	/*overflow: hidden;*/
}
.headline a
{
	background-image: url('../images/gaindidnews.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;	
	width:640px;
}

.headline a p{
	margin-bottom:10px; 
	border:thin;
	border-bottom:dashed 1px #dedede;
	overflow:auto; 
	border-style: solid; 
	width:640px;
	}
.headline a, .headline a:active, .headline a:visited
{
	color: #1e1e1e;
	text-decoration: none;
}
.headline a:hover
{
	color: #163b5b;
	text-decoration: none;
}
.control-bar
{
	background-image: url('../images/control-bar.png');
	background-repeat: no-repeat;
	width: 97px;
	height: 21px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
}
.controls-wrapper
{
	position: relative;
	width: 48px;
	height: 12px;
	margin-left: 24px;
}
.controls-wrapper div
{
	position: relative;
	width: 7px;
	height: 8px;
	margin-left: 6px;
	margin-top: 4px;
	float: left;
}
.controls-wrapper div.next
{
	background: url('../images/nextdnews.png') no-repeat;
	cursor: pointer;
}
.controls-wrapper div.prev
{
	background: url('../images/prevdnews.png') no-repeat;
	cursor: pointer;
}
.controls-wrapper div.play
{
	background: url('../images/playdnews.png') no-repeat;
	cursor: pointer;
}
.controls-wrapper div.pause
{
	background: url('../images/pausednews.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;*/
	top:380px;
	position:absolute;
}
.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;
	top:458px;
	left:30px;
	position:absolute;
	background-image: url('../images/cordnews.png');
}
.news-wrapper.multiple
{
	margin-left:30px;
	width: 680px;
	overflow: hidden;
}
.news-wrapper.multiple .news-title
{
	float: left;
}
.news-wrapper.multiple .news
{
	float: left;
	width: 2000px;
}
.news-wrapper.multiple .headline
{
	position: relative;
	float: left;
	margin-left: 0px;
}
