.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom: 15px solid black;
margin:0 -10px;
width: 620px; /*width of featured content slider*/
height: 440px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;
background: white;
width: 390px; /*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;
}

.sliderpagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
float: right;
left:500px;
padding: 0;
position:absolute;
z-index:50;
top:417px;
}

.sliderpagination a{
padding: 0 5px;
text-decoration: none; 
color: black;
background: white;
}

.sliderpagination a:hover, .sliderpagination a.selected{
color: black;
background-color: #6da7bf;
}
