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


.news_slider {
	position: relative; width: 560px; margin: 0 auto 5px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 42%; display: none;
}
.news_slider .next {
	right: 0;
}

.news_slider .prev {
	left: -5px;
}

.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #FFFFFF;
}
.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; background-color:#FFFFFF;
}
.news_slider .view_all {
	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: 125px; margin-right: 5px;
}
.news_slider .item div {
	width: 125px;
}
.news_slider .item img {
	height:115px;
	width:115px;
        margin: 2px;
}

.news_slider .item .view_details {
height:13px;
width:63px;
margin-left: 28px;
display: inline;
float: left;
}

.news_slider .item .product_name {
float: left;
height:25px;
margin-left: 2px;
width:120px;
text-align: center;
overflow: hidden;
font-size: 10px;
display: inline;
}

.news_slider .item .product_price {
float: left;
height:15px;
width:120px;
margin-left: 2px;
text-align: center;
overflow: hidden;
font-size: 12px;
color: #B40621;
font-weight: bold;
margin-top: 3px;
margin-bottom: 3px;
display: inline;
}

