.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 510px; margin: 0 auto 0px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 5px 5px 5px 5px; 
	/*background: #ffffcc;*/
	background-image:"images/category_bg.gif";
	background-repeat:repeat-x;
}
.news_slider .prev, .news_slider .next {
	position: absolute; /*top: 10%; */
	display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; 
	background: #ddebf8;
	
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative;  width: 468px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	padding: 5px; margin: 0 0 2px 0; 
	border-top: #6bbeff 1px solid; 
	border-bottom: #6bbeff 1px solid; 
	text-align: center;
}
.view_all a{
    text-decoration:none;
}
.view_all a:hover{
    text-decoration:underline;
}

.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 91px; margin-right: 2px;
}
.news_slider .item div {
	font-size: .8em; width: 91px; /*padding: 0px 0px 0px 0;*/
	height:95px;
}
.news_slider .item img {
	/*padding: 0px;*/
}

.header_text 
{
    color:#0077d4;
    font-size:11px;
    font-weight:bold;  
}

.opener_link 
{
    font-weight:bold;    
}