.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 6px;
width: 528px; /*width of featured content slider*/
height: 225px;
margin-left: -42px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 486px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 225px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-left: 42px;
}

.pagination{
width: 486px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/*background-color: navy;*/
padding: 5px 0 5px 0;
/*border: 5px solid red;*/
}


.pagination a{
width: 7px;
height: 6px;
margin: 0;
text-decoration: none;
color: #999;
background-image: url('../Images/puce_slideshow.png');
background-position: 0;
background-repeat: no-repeat;
display: inline;
}

.pagination a:hover, .pagination a.selected{
background-image: url('../Images/puce_slideshow_active.png');
}