@CHARSET "ISO-8859-1";

.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
	margin-bottom:10px;
}
.image_carousel img {
	margin:2px 0 0 2px;
	display: block;
	float: left;
    border: medium none;
    box-shadow: 1px 2px 2px 0 #999999;
	
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	/*top: 85px;*/
}

#foo_content{
	padding: 2px;
	display: block;
	float: left;
	height:auto;
	width:210px;
	min-height:297px;
	max-height:300px;
	margin-right: 22px;
    /*box-shadow: 1px 2px 2px 0 #999999;*/

	
}

/*
.image_carousel img {
    box-shadow: none;
}
*/

a.prev-actu{
    background: url("../images/fl_g_1.png") no-repeat scroll center center #E8E8E8;
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 6px 20px;
    color: #404751;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    vertical-align: top;

}
a.next-actu{
    background: url("../images/fl_d_1.png") no-repeat scroll center center #E8E8E8;
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 6px 20px;
    color: #404751;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    vertical-align: top;

}

a.all-actu{
    background-color: #E8E8E8;
    border-radius: 3px;
    padding: 6px 20px;
    color: #404751 !important;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    vertical-align: top;
	margin:0 5px 0 5px;

}

.navigation {
	margin-top:20px;
}


a.prev {
	left: -22px;
	background-position: 0 0;
}

a.prev:hover {
	background-position: 0 -50px;
}
	
a.next {	
	right: -22px;
	background-position: -50px 0;	
}

a.next:hover {
	background-position: -50px -50px;
}

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}