@charset "UTF-8";
/* CSS Document */

#news_scroller_wrap {
	float:left;
	width:303px;
	height:338px;
	background-color:#000000;
	background-image: url(bg_news_scroller_wrap.gif);
}

#news_scroller_wrap #container_news_scroller {
	position	: absolute;
	top			: 190px;
	left		: 38px;
	width		: 210px;
	height		: 275px;
	overflow	: hidden;
}

#news_scroller_wrap #content {
	position	: relative;
	width		: 200px;
	left		: 5px;
	/*padding-top: 10px;*/
}

#news_scroller_wrap p, #news_scroller_wrap h2 {
	font-family: arial, helevetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #97b2bd;
	padding-bottom: 20px;
}

#news_scroller_wrap h2 { font-size:16px; font-weight:bold; 	color: #97b2bd; text-decoration:none;

}

#news_scroller_wrap a {
	font-weight:bold;
	color: #f89828;
	text-decoration: none;
}
#news_scroller_wrap #scrollArea {
	position	: absolute;
	left		: 270px;
	top			: 190px;
	height		: 275px;
	width		: 15px;
	overflow	: hidden;
}

#news_scroller_wrap #scroller {
	position	: absolute;
	width		: 15px;
	border-top	: 1px solid #72727b;
	border-bottom	: 2px solid #000;
	margin-top:1px;
	background-color: #AAA;
	background-image: url(bg_news_scroller.gif);
	background-repeat: no-repeat;
}

