#tarifrotator {
  display: none;
}
div.item {
    width: 670px;
    height: 130px;
/*    border: solid 1px black;*/
}

div.tarif-description {
/*    width: 100%;*/
/*    float: left;*/
    padding: 10px;
    font: 14px Arial;
    text-align: justify;
}
div.tarif-description img {
/*  float: left;*/
    padding-right: 5px;
}

div.tarif-description h3 {
    float: left;
    font-size: 2em;
    font-weight: normal;
    padding-bottom: 7px;
}
div.tarif-description h1 {
    margin-top: 10px;
    color: #3399cc;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 7px;
}

div.tarif-description a {
    margin-top: 10px;
    color: #3399cc;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 7px;
}

div.tarif-description p {
    float: left;
    color: #666;
    font: 14px Arial, sans-serif;
    text-align: justify;
    padding-right: 50px;
}
div.tarifrotator_container {
    /*border: 1px solid #bdbdbd;*/
    padding: 3px;
    margin-bottom: 15px;
}

div.tarifrotator_container a.slider_prev, div.tarifrotator_container a.slider_next {
    font:  1.2em Arial, sans-serif;
    color: #ccc;
    margin-top: 10px;
}
