/* CSS Document */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
xborder: 1px solid navy;
xborder-bottom-width: 6px;
width: 750px; /*width of featured content slider*/
height: 213px;
}


.sliderwrapper .contentdiv{ 
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
xpadding: 5px;
background: white;
width: 750px; /*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{
width: 750px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background:url(../images/home/BandeauBaniere.gif) no-repeat;
xpadding: 0px 10px;
xborder:#6600CC solid 1px;
height:21px;
margin:0px;
padding-left:20px
}

.toc{
font-size:12px;
font-weight:bold;
padding-top:2px;
padding-left:10px;
padding-right:9px;
padding-bottom:2px;
color: #ffffff;
background:url(../images/home/BoutonNumOff.gif) no-repeat;
margin:0px;
height:21px;
xborder:#0000CC solid 1px;
}

.prev{
margin-left:10px;
}

.toc:hover, .toc.selected{
color: #ffffff;
background:url(../images/home/BoutonNumOn.gif) no-repeat;
font-weight:bold;
}

.pagination a:hover, .paginationa.selected{
color: #ffffff;
font-weight:bold;
}

.pagination a{
color: #ffffff;
}

toc:ACTIVE, toc:LINK, toc:VISITED {
color:#ffffff;
text-decoration:none;
font-size:12px;
font-weight:bold;
padding-top:2px;
padding-left:10px;
padding-right:9px;
xpadding-bottom:5px;
background:url(../images/home/BoutonNumOff.gif) no-repeat;
margin:0px;
 }
