#carrousel{
    border: solid 6px #cc0000;
    width:908px;
    height:240px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:920px;
    height:240px;
}

.title{
    position:absolute;
    padding-left:35px;
    width:873px;
    line-height:35px;
    height:35px;
    bottom:8;
    left:0;
	color: #fff;
   /* background:url(img/opaque.png) top left repeat;*/
}

