.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 546px; /*width of featured content slider*/
height: 106px;
}

.sliderwrapperStor
{
	width: 968px;
	height: 394px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 546px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
opacity: 1;   /*supported by current Mozilla, Safari, and Opera*/
-moz-opacity: 1;  /*older Mozilla*/
-khtml-opacity: 1;   /*older Safari*/
filter: alpha(opacity=100);  /*older IE*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) /* IE */
}

.pagination {
visibility: hidden;
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 0px;
text-align: right;
background-color: transparent;
padding: 0px 0px;
border: 0px;
margin: 0px;
}

.pagination a{
visibility: hidden;
width: 0px;
height: 0px;
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: transparent;
border: 0px;
margin: 0px;
}