/* CSS Document */

#newsScroll {
	width: 330px;
	height: 42px;
	padding: 5px 0px;
	position: absolute;
	margin-top: 362px;
	margin-left: 650px;
	background-image: url(../images/bg_news_scroll.jpg);
	background-repeat: no-repeat;
}

#outNews {
	width:330px;
	height:42px;
	/*padding-top:350px;*/
	overflow: hidden;
	position:relative;
}
#inNews {
	position: relative;
	height: 42px;
	white-space: nowrap;
	padding-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	/*text-transform: uppercase;*/
}
#inNews span {
	padding: 0px 10px;
}

