img { border: 0; }

.fl { display: inline; float: left; }

.fl img {
border: 0; display: block;
}

.news_slider {
margin: 0 auto 20px auto;
position: relative;
text-align: left;
width: 500px;

}

.news_slider .messaging {
background: #000;
display: block;
margin: 0 20px 5px 20px;
padding: 5px;

}

.news_slider .prev, .news_slider .next {
display: none;
position: absolute;
top: 0px;
}

.news_slider .next { right: 0; }

.news_slider .container {
background: #181C1F;
left: 0;
position: relative;
top: 0; 
width: 100%;
}

.news_slider .news_items { /* The width must be equal to .item ((width + margin-right) * 2). */
left: 27px;
overflow: hidden;
position: relative;
top: 0;
width: 450px; 

}

.news_slider .view_all { display: none }

.news_slider .item { /* Must contain a width and a margin-right. */
background: #fff; 
color: #FFF;
margin-right:0px;
width: 50px;

}

.news_slider .large{ /* Must contain a width and a margin-right. */
background: #444; 
color: #FFF;
margin-right: 24px;
width: 460px!important; 
}

.news_slider f1 .item .large div {
font-size: .94em;
height: 200px;
margin-left: 8px;
padding: 0px;
text-align: justify; 
width: 460px!important; 
}

.news_slider .item img {
padding: 0px;
}

.news_slider .item a:hover img {
padding: 0px;
}

