.thumbs {
	background-image: url(thumbs/images/bg-off.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 216px;
	height: 281px;
	} 
.fl {
	float: left;
	display: inline;
}
img {
	border: 0;
	display: block;
}
.dark_border{
	background-image: url(thumbs/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 216px;
	height: 281px;
}
.news_slider {
	position: relative;
	width: 787px;
	*width: 787px;
	_width: 788px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #ffffff;
	height: 291px;
}
.news_slider .messaging {
	display: block;
	padding: 0px 5px 0px 5px;
	margin: 0 20px 0px 20px;
	background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute;
	top: 4%;
	display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 291px;
}
.news_slider .news_items {
	/*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative;
	width: 747px;
	top: 0;
	left: 20px;
	overflow: hidden;
	height: 291px;
}
.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: 245px;
	margin-right: 10px;
}
.news_slider .item div {
	font-size: .8em;	
	padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 13px 10px 10px 10px;
}