.contentslide{
border: 2px solid navy;
border-bottom-width: 5px;
padding: 2px;
width: 100%;
height: 180px;
}

.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{
border-left:10px solid #FFFFFF; border-right:20px solid navy; border-top:0px solid #FFFFFF; border-bottom:0px solid #FFFFFF; width:100%; /* Width = 416px Mhand remebre of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: navy;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
/*width: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 20px;    /* la taile de cellule des chiffres*/
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #0000;
background-color: #FEE496;
}
