.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 389px; /*width of featured content slider*/
height: 155px;
}
.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: 389px; /*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
{
	display:none;
/*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
{
	display:none;
/*padding: 0 5px;*/
/*padding:10px 13px 10px 13px;
text-decoration: none; 
font-weight:bold;
color: #9aadaa;
background: url(../../../../wcm/fragments/sf_content_rotate_static_list/_images/home_img_nav.gif) center center no-repeat;*/
}

 .pagination a.selected
 {
	display:none;
/*color: #fff;
background: url(../../../../wcm/fragments/sf_content_rotate_static_list/_images/home_img_nav_selected.gif) center center no-repeat;*/
}
.pagination a:hover 
{
	display:none;
/*color: #9aadaa;
background:url(../../../../wcm/fragments/sf_content_rotate_static_list/_images/home_img_nav_hover.gif) center center no-repeat;*/
}

