.carrousel-wrapper
{
    overflow:hidden;
    width:770px;
    height:70px;
    /height:82px;    
    position:relative;
    border-top: solid 1px #3a7f19;
    padding-top: 10px;
}
.carrousel-list
{
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;

}
.carrousel-list .carrousel-item
{
    display: inline;
}

#carroussel {
	padding-top : 3px;
	clear : both;
}

#carroussel .carrousel-item img
{
    margin-left: 4px;
}
.carrousel .prev
{
    visibility: hidden;
}

.carrousel a.prev {
	background-image : url(../img/b_left_on.jpg);
	background-repeat : no-repeat;
	padding-left : 10px;	
}

.carrousel a.next {
	background-image : url(../img/right_color.jpg);
	background-repeat : no-repeat;
	padding-left : 10px;
}

