.fl {
	float: left;
	display: inline;
}

.news_slider img {
	border: 0;
	display: block;
}

.news_slider {
	position: relative;
	width: 954px;
	margin: 0 auto 20px auto;
	text-align: left;
	background: transparent url(/images/site/scroller-bottom-bg.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

.news_slider .messaging {
	display: block; 
	padding: 5px; 
	margin: 0 20px 5px 20px; 
}

.news_slider .prev {
	position: absolute; 
	top: 50%; 
	margin-top: -20px;
	left: 30px;
	display: none;}

.news_slider .next {
	position: absolute; 
	top: 50%; 
	margin-top: -20px;
	display: none;
	right: 30px;
}

.news_slider .container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}

.news_slider .news_items { 
	/*
		The width must be equal to .item ((width + margin-right) * 2).
	*/
	position: relative;
	width: 784px;
	top: 0;
	left: 85px;
	padding-top: 20px;
	overflow: hidden;
	background: transparent url(/images/site/scroller-items-bg.gif) no-repeat 0 0;

}
.news_slider .view_all { display: none; }

.news_slider .item { 
	/* Must contain a width and a margin-right. */
	width: 382px; 
	margin-right: 10px;
}
.news_slider .item div { 
	font-size: .8em;
	line-height: 1.5em;
	width: 372px;
	margin: 0 0 0 10px;
}

.news_slider .item h3 { margin-bottom: .5em; }

