.news-wrapper
{
	width: auto;
	position: relative;
	overflow: hidden;
}
.news-title
{
	float: left;
	background-image: url(title-news.png);
	background-color: #000000;
	width: 18px;
	height: 36px;
	z-index: 11;
	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;
	font-family: arial;
}
.news
{
	background-color: #DAE2E5;
	width: auto;
	height: 36px;
	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;
	overflow: hidden;
	font-family: arial;
}
.headline
{
	position: absolute;
	font-size: 10pt;
	height: 10px;
	padding: 8px 12px 8px 8px;
	overflow: hidden;
	z-index: 1;
	font-family: arial;
	/*overflow: hidden;*/
}
.headline a
{
	background-image: url(gaindi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;
	font-family: arial;
}
.headline a, .headline a:active, .headline a:visited
{
	color: #1e1e1e;
	text-decoration: none;
	font-family: arial;
}
.headline a:hover
{
	color: #163b5b;
	text-decoration: none;
	font-family: arial;
}
.control-bar
{
	background-image: url(control-bar.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 21px;
	position: absolute;
	z-index: -1;
	top: 35px;
}
.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(next.png) no-repeat;
	cursor: pointer;
}
.controls-wrapper div.prev
{
	background: url(prev.png) no-repeat;
	cursor: pointer;
}
.controls-wrapper div.play
{
	background: url(play.png) no-repeat;
	cursor: pointer;
}
.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: #BBA079;
	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: #FFFFFF;
	width: 290px;
	height: 54px;
}
.preview a
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 4px;
}
.preview a:hover
{
	text-decoration: underline;
	color: #CCCCCC;
}
.tip
{
	margin: auto;
	width: 13px;
	height: 9px;
	background-image: url(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;
}
.curved-box1
    {
	width: 270px;
	background-color: #D6DFE2;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 177px;
}
.curved-box1 h2
    {
	color: #607E88;
	padding: 10px 15px 5px 15px;
	background-color: #D6DFE2;
	background-image: url(images/curve_top1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.curved-box1 p
    {
	margin: 0px;
	padding: 5px 15px 10px 15px;
	text-align: left;
	background-color: #DAE2E5;
	background-image: url(images/curve_bottom1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.curved-box
    {
	width: 270px;
	background-color: #D6DFE2;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.curved-box h2
    {
	color: #607E88;
	padding: 10px 15px 5px 15px;
	background-color: #D6DFE2;
	background-image: url(images/curve_top1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.curved-box p
    {
	margin: 0px;
	padding: 5px 15px 10px 15px;
	text-align: left;
	background-color: #DAE2E5;
	background-image: url(images/curve_bottom1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 

* {
}

#newsticker-demo {
	width:260px;
	height:300px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:11px;
	margin-top: 3px;
	margin-right: 3;
	margin-bottom: 3px;
	margin-left: 3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 9px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img {
	border: 1px none #CCCCCC;
}

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite {
	width:262px;
	height: 150px;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:1px;
	margin-bottom:18px;
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:60px;
}
.newsticker-jcarousellite .info {
	float:left;
	width:250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94ACB4;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

.rounded h2
    {
	color: #607E88;
	padding: 5px 25px 5px 0px;
	background-color: #D6DFE2;
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
