.carou .itemcolumns {min-height:190px; }

.list_carousel{
	position:relative;
}

.list_carousel .itemcolumns{
    float:left;
    display: block;
	padding-left:0px;	
}

.list_carousel a.prev, .list_carousel a.next{
	display:block;
	position:absolute;
    width:32px; 
	height:32px;
	top:0px;
	background-repeat:no-repeat;
    cursor:pointer;
	text-indent:-9999px;
}
.list_carousel  a.prev{background-position:0px center; right:32px;top:-53px;
}
.list_carousel  a.next{ background-position: -36px center ; right:0px;top:-53px;
}
.list_carousel.content_carou  a.prev{ right:42px; }
.list_carousel.content_carou  a.next{ right:10px;}





