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

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

.news_slider .messaging {
	display: block; padding: 5px; margin: 0 0 5px 0; background: #fbeda3;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 105%; z-index: 10;display: none; overflow: hidden;height: 20px;width: 20px;
}

.news_slider .prev span, .news_slider .next span{
	margin: -1000px;	
}


.news_slider .prev{
	background: transparent url(../images/control_rewind.png) no-repeat 0 0;
	right: 45px;
}
.news_slider .next {
	right: 25px;
	background: transparent url(../images/control_play.png) no-repeat 0 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #fbeda3;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 510px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	font-size: 11px; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 515px; margin-right: 20px;
}
.fl h4{
	margin-left: 5px;
}
.item h4 a{
		color: #6c5844;
		background: transparent url(../images/vig-item-guide.gif) no-repeat left center;
		padding: 5px 5px 5px 25px;
		font-size: 12px;
}

.news_slider .item p{
	padding-top:5px ;
	margin-left: 5px;
}
.news_slider .item div{
	font-size: 11px; 
	margin-left: 3px;
	width: 355px; 
	padding-top: 10px;
	min-height: 80px;
	height:  expression('80px');
}
