.diaporama-container {
    /*width: 412px;*/
    width:320px;
	 height: 400px;
}

.diaporama-item {
    padding: 5px;
    border: 1px solid #999;
    /*width: 400px;*/
	 width: 320px;
    height: 400px;
    position: absolute;
}

.diaporama-item-image img {
    /*width: 400px;*/
	 width: 320px;
    height: 400px;
}

.diaporama-item-text {
    position: relative;
    top: -80px;
    width: 280px;
    height: 70px;
    background: left top repeat-y url(../images/rosselle/fd_diaporama_texte.png);
    padding: 5px 21px;
    overflow: hidden;
}


/* désactivé le 21 spet avant ouverture site  */
.diaporama-item-title {
    display: block;
    font: 22px/24px normal Times New Roman, Times, serif;
    color: #C30;
	 display:none;
}

.diaporama-item-info {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #333;
    height: 70px;
    overflow: hidden;
}

.diaporama-controls {
    position: relative;
    top: -10px;
    margin-right: 100px;
    z-index: 5;
}

.diaporama-controls a {
    width: 28px;
    height: 28px;
    overflow: hidden;
    text-indent: -100em;
    display: block;
    float: right;
    margin-left: 5px;
}

.diaporama-controls-previous {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_precedent_repos.gif);
}

.diaporama-controls-previous:hover {
    background-image: url(../images/rosselle/bt_diaporama_precedent_survol.gif);
}

.diaporama-controls-next {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_suivant_repos.gif);
}

.diaporama-controls-next:hover {
    background-image: url(../images/rosselle/bt_diaporama_suivant_survol.gif);
}

.diaporama-controls-play {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_lecture_repos.gif);
}

.diaporama-controls-play:hover {
    background-image: url(../images/rosselle/bt_diaporama_lecture_survol.gif);
}

.diaporama-controls-pause {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_pause_repos.gif);
}

.diaporama-controls-pause:hover {
    background-image: url(../images/rosselle/bt_diaporama_pause_survol.gif);
}

.diaporama-controls-slow {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_lent_repos.gif);
}

.diaporama-controls-slow:hover {
    background-image: url(../images/rosselle/bt_diaporama_lent_survol.gif);
}

.diaporama-controls-normal {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_normal_repos.gif);
}

.diaporama-controls-normal:hover {
    background-image: url(../images/rosselle/bt_diaporama_normal_survol.gif);
}

.diaporama-controls-fast {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_rapide_repos.gif);
}

.diaporama-controls-fast:hover {
    background-image: url(../images/rosselle/bt_diaporama_rapide_survol.gif);
}

.diaporama-controls-random {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_aleatoire_repos.gif);
}

.diaporama-controls-random:hover {
    background-image: url(../images/rosselle/bt_diaporama_aleatoire_survol.gif);
}

.diaporama-controls-ordered {
    background: center top no-repeat url(../images/rosselle/bt_diaporama_ordonne_repos.gif);
}

.diaporama-controls-ordered:hover {
    background-image: url(../images/rosselle/bt_diaporama_ordonne_survol.gif);
}