.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 950px; /*width of featured content slider*/
height: 300px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 950px; /*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;
z-index:1;
}
.pagination{
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background:none;
padding:0;
margin-top:-40px;
padding-right:10px;
z-index:1000;
position:relative;
}

.pagination a{
/*padding: 0 5px;*/
padding:10px 13px 10px 13px;
text-decoration: none; 
font-weight:bold;
color: #9aadaa;
background: url(../../../../wcm/fragments/can_acco_content_slider_static_list/_images/home_img_nav.gif) center center no-repeat;
}

 .pagination a.selected{
color: #fff;
background: url(../../../../wcm/fragments/can_acco_content_slider_static_list/_images/home_img_nav_selected.gif) center center no-repeat;
}
.pagination a:hover {
color: #9aadaa;
background:url(../../../../wcm/fragments/can_acco_content_slider_static_list/_images/home_img_nav_hover.gif) center center no-repeat;
}

