﻿.demo{
     	position	: relative;

     	

 }

 #container{
     	width		: 100%;
     	top		: 0;
     	margin		: auto;
     	padding-bottom	: 40px;
}



.news-wrapper{
	width		: 100%;
	position	: relative;
	overflow	: hidden;
	border		: 1px solid #e8e8e8;
	
}
.news-title
{
	float: left;
	background	: #cd1f26 url(../images/title-news.jpg) top left no-repeat;
	width: 25px;
	height: 46px;
	z-index: 11;
	
}
.news
{

	width: 840px;
	height: 46px;
	overflow: hidden;
}
.headline
{
	position: absolute;
	height: 30px;
	padding: 8px 12px 8px 8px;
	overflow: hidden;
	z-index: 1;
	/*overflow: hidden;*/
}

span.dnews_date
{
	display		: block;
	font		: 11px verdana, sans-serif;
	color		: #00a2cc;
}
.headline a
{
	background	: url(../images/gaindi.jpg) right bottom no-repeat;
	padding-right: 16px;
	height: 30px;
	display		: block;	
}
.headline a, .headline a:active, .headline a:visited
{
	font		: 14px verdana, sans-serif;
	color		: #000000;
}
.headline a:hover
{
	color		: #cd0400;
	text-decoration	: none;
}


.control-bar
{
	background	: url(../images/control-bar.jpg) top center no-repeat;
	width: 97px;
	height: 21px;
	position: absolute;
	z-index: 1;
	top: 47px;
	
}
.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/next.png) no-repeat;
	cursor: pointer;
}
.controls-wrapper div.prev
{
	background: url(../images/prev.png) no-repeat;
	cursor: pointer;
}
.controls-wrapper div.play
{
	background: url(../images/play.png) no-repeat;
	cursor: pointer;
}
.controls-wrapper div.pause
{
	background: url(../images/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;
	display		: none;
}
.preview
{
	width: 300px;
	height: 70px;
	background-color: #2c2c2c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #212121;
	padding: 15px;
	font-size: 9pt; /*overflow: hidden;*/ /*background: url(bg.jpg) repeat-x repeat-y;*/
	display		: none;
}
.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(../images/cor.png);
}
.news-wrapper.multiple
{
	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;
}

       
