﻿


.news_slider .fl {
	float: left; display: inline;  background: aqua; width: 385px; height: 141px; color: #474747; margin-left
}

.news_slider .fl a.fullstory {
	color: #f8981c;
}


.news_slider img {
	border: 0; display: block; 
}

.news_slider {
	position: relative; width: 900px; margin: 0 auto 20px auto; text-align: left; background: #ececec;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 0; display: none; /* top: 42%; */
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #fff;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 860px; top: 0; left: 20px; overflow: hidden; 
}

.news_slider .news_items p {  /* custom entry */
	display: none;
}


.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #cbcbcb 1px solid; border-bottom: #cbcbcb 1px solid; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 425px; margin-right: 10px; background: transparent;
}
.news_slider .item div {
	font-size: .8em; padding: 10px 0 10px 0;
}
.news_slider .item img, .news_slider .item embed {
	/*padding: 10px;*/
	
	float: left;
}

