#carrousel{
/*    border: solid 5px #e7dbc5;*/
    width:200px;
    height:270px;
    position:relative;
    overflow:hidden;
}

.slider{
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:270px;
}


.navigation{
    position:absolute;
    bottom:248px;
    right:5px;
/*	display:none;*/
}

.navigation span{
    background:#fff;
    color:#71716f;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#b03238;
    color:#fff;
}