.fl {
	float: left;
	display: inline;
}
.sliderimg {
	border: 0;
	display: block;
}
.news_slider {
	position: relative;
	width: 600px;
	text-align: left;
	background-color:#A7A59C;
	background-image:url(/img/bg_slider_beige_top.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.news_slider_btm {
	position: relative;
	width: 600px;
	height:10px;
	text-align: left;
	background-color:#fff;
	background-image:url(/img/bg_slider_beige_btm.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.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:1px;
}
.news_slider .container {
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	background-color:#C5C3B5; /*#E2DFCF; /*#AC451A; /* #F4B619;*/
}
.news_slider .news_items {
	/*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative;
	width: 560px;
	top: 0;
	left: 20px;
	overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em;
	padding: 5px;
	margin: 0 0 2px 0;
	text-align: center;
}
.news_slider .item {
	/*
        Must contain a width and a margin-right.
    */
	width: 270px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.news_slider .item div {
	font-size: .8em;
	width: 260px;
	padding: 10px 0 10px 10px;
}
.news_slider .item img {
	padding: 10px 10px 0 10px;
}
#content .news_slider .item a {
	color:#000;
	font-weight: bold;
}
