.img { border: solid 1px #FFFFFF ;}
.img a:link { border: solid 1px #FFFFFF ;} /* lien non-visité */
.img a:visited { border: solid 1px #FFFFFF ;} /* lien visité */
.img a:hover { bborder: solid 1px #FFFFFF ;} /* lien survolé */
.img a:active { border: solid 1px #FFFFFF ;} /* lien activé */ 


.sliderwrapper{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 680px; /*width of featured content slider*/
height: 330px;
}



.sliderwrapper .contentdiv{
z-index:0;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: transparent;
width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination_clic{
position: absolute; /*leave as is*/
right: 0;  /*leave as is*/
top: 310px;  /*leave as is*/
padding: 0;
z-index:50;
width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 18px 3px 18px;
border: none;
font-family:Arial;
background-color:#FFFFFF;
font-size:10px;
color:#333333;
float:left;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}


.pagination{
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 312px;  /*leave as is*/
padding: 0;
z-index:100;
width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0px 8px;
border: none;
color: transparent;
font-family:Arial;
font-size:15px;
font-weight:bold
}

.pagination a:link{
z-index:100;
padding: 0 5px;
text-decoration: none; 
border: none;
font-family:Arial;
color:#333333;
}

.pagination a:visited{
z-index:100;
padding: 0 5px;
text-decoration: none; 
border: none;
font-family:Arial;
color:#333333;
}
.pagination a:hover, .pagination a.selected{
z-index:100;
padding: 0 5px;
text-decoration: none; 
border: none;
font-family:Arial;
color:#660033;
}

.pagination a:active{
z-index:100;
padding: 0 5px;
text-decoration: none; 
border: none;
}
