.contentslide{
border: 1px;/*épaisseur du cadre*/
/*border-style: none;*/
border-style: solid;
border-color:#d27d22;/*couleur du cadre*/
border-bottom-width: 1px;/*épaisseur trait inférieur du cadre*/
padding: 5px;/*position de la photo par rapport au haut du cadre*/
width: 200px;
height: 250px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 210px; /*largeur du cadre de tous les chiffres pour Firefox*/
text-align: center;
background-color: #fffff;/* couleur du fond du cadre de tous les chiffres*/
border: 10px;
border-style: solid;
border-color: #d27d22;
border-width: 0 0px; /*Left/ right border width of pagination DIV pour Firefox.*/
padding: 8 0 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 200px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;/*taille du cadre des chiffres*/
text-decoration: none; 
color: #7d7f02; /*couleur des chiffres*/
background-color: white;
border-style: solid;
border-color: #d27d22;
border-width: 1 1 1 1px;
}

.pagination a:hover, .pagination a.selected{
color: #7d7f02;/*couleur de survol des chifffres*/
background-color: #d27d22;/*couleur de survol du fond*/
}