#carrousel{
    border: solid 5px #C5396A;
    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:8px;
	left:0;
	background:url(../images/opaque3.png) top left repeat;
	color: #fff;	
}


.navigation{
    position:absolute;
    bottom:15px;
    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;
}