.skip {
	position: absolute; left: -5000px;
}
#wrapper {
    width: 750px; margin: 0 0; text-align: center;
}

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

.fl img{
	display: inline;
	/*width: 100%;
	max-height:150px;
	max-width:140px;*/
	text-align:center;
}

img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 600px; margin: 0 auto 20px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; 
}

.news_slider .prev {
	position: absolute; top: 50%; display: none;
	left:-17px;
}
.news_slider .next {
	position: absolute; top: 50%; display: none;
	right: -17px;
}

.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 600px; top: 0; left: 0px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em; 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: 140px; margin-right: 10px;
	background-image: url(../images/fond-vignette.jpg);
	background-repeat: repeat-x;
	/*background-repeat:no-repeat;*/
	background-position: bottom;
	text-align:center;
	/*border: #eeeeed 1px solid;*/
}

.news_slider .item div {
	/*font-size: .8em; width: 175px; padding: 10px 0 10px 0;*/
	/*display: block;*/
	/*float: left;*/
	float:none;
	display:inline-block;
	background-image: url(../images/fond-vignette.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center;
}

.news_slider .item img {
	/*padding: 10px;*/
	padding: 10px 0px 10px 0px;
	position:relative;
	text-align:center;
	/*border: 1px solid #CCCCCC;	*/
}


