#carrousel{
    position:relative;
/*  height:100%;
    width:100%;  */
	background-image   : linear-gradient(to right, rgba(30, 75, 115, 1),  rgba(255, 255, 255, 0));
	background-repeat  : no-repeat;			
	background-position: bottom right,
                         left,
                         right;  
    margin:auto; 
}


#carrousel ul li{
    position:absolute; 
    top:0;
    left:0;
}

img {
	border-width: 1;
	border-style: solid;
	margin: 0;
	-moz-border-top-left-radius:5px; -moz-border-bottom-left-radius:5px; border-top-left-radius:5px; border-bottom-left-radius:5px;
	-moz-border-top-right-radius:5px; -moz-border-bottom-right-radius:5px; border-top-right-radius:5px; border-bottom-right-radius:5px;
}