.carrousel-wrapper
{
    overflow:hidden;
    width:770px;
    height:110px;
    /height:122px;
    position:relative;
    border-top: solid 1px #fc973b;
    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/b_right_on.jpg);
	background-repeat : no-repeat;
	padding-left : 10px;
}
