#carrousel{
    width:550px;
    height:300px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

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

.navigation{
    position:absolute;
    bottom:15px;
    right:112px;
        width:24px;
    height:24px;
}

.navigation span{

    color:#FFF;
    margin:0 4px;
    padding:6px 9px;
    cursor:pointer;
    background:  url("css/img/slide-navhover.png") no-repeat;

}
    background:  #FFCC00;

.navigation span:hover,.navigation span.active{
background:  url("css/img/slide-navhover.png") no-repeat;
    color:#000;
}