.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 390px; margin: 0 auto 20px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 42%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .item-container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
  /* The width must be equal to .item ((width + margin-right) * 3). */
	position: relative; width: 360px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	margin: 0 0 9px 0; padding: 4px 0 5px 8px; font: bold 11px Georgia, "Times New Roman", Times, serif; text-transform: uppercase; letter-spacing: 1px; color: #999; background: #EBE8E1;
}
.news_slider .view_all a {
	font-size: 9px; text-transform: none; letter-spacing: 0; color: #999; text-decoration: underline;
}
.news_slider .view_all a:hover {
	color: #994242; text-decoration: none;
}
.news_slider .item {
  /* Must contain a width and a margin-right. */
	width: 90px; margin-right: 30px;
}

.news_slider_2 {
  width: 870px; margin: 0 auto 20px auto; text-align: left; 
}
.news_slider_2 .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider_2 .prev_2, .news_slider_2 .next_2 {
	position: absolute; top: 42%; display: none;
}
.news_slider_2 .next_2 {
	right: 30px;
}
.news_slider_2 .item-container-2 {
	position: relative; top: 0; left: 0; width: 100%; 
}
.news_slider_2 .news_items_2 {
  /* The width must be equal to .item ((width + margin-right) * 7). */
	position: relative; width: 840px; top: 0; left: 20px; overflow: hidden; 
}
.news_slider_2 .item {
  /* Must contain a width and a margin-right. */
	width: 90px; margin-right: 30px; text-align: center;
}