.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 677px; /*width of featured content slider*/
height: 272px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
width: 677px; /*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{
	display:none!important;
}

.pagination a{
padding:0;
text-decoration: none; 
color: #00007D;
display:inline;
position:relative;
z-index:1000;
text-indent:-9000px;
width:14px;
height:14px;
float:left;
background:url(images/slider-button.gif) 0 0 no-repeat;
}

.pagination a:hover, .pagination a.selected{
padding:0;
width:14px;
height:14px;
text-decoration: none; 
color: #00007D;
display:inline;
position:relative;
float:left;
z-index:1000;
text-indent:-9000px;
background:url(images/slider-hover.gif) 0 0 no-repeat;
}
