#carrousel{
    border: solid 2px #000;
    width:510px;
	float:left;
	margin-left:4px;
    height:220px;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:712px;
    height:264px;
}

.title{
    position:absolute;
    width:500px;
    height:35px;
    background:url(http://www.grafikart.fr/app/webroot/demo/carrousel/img/opaque.png)  repeat;
}


.navigation{
    position:absolute;
    bottom:10px;
    right:5px;
}

.navigation span{
    background:#000;
    color:#FFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}