.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #A9A9A9;
border-bottom-width: 0px;
width: 700px; /*width of featured content slider*/
height: 362px;
}



.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: 700px; /*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{
width: 695px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
border: 0px solid #A9A9A9;
border-top-width: 0px;
background-color: white;
padding: 0px 0px;
padding-left: 5px;
background-image:url(/lib/yhst-84813622970253/rotateimg-normx.gif);
background-repeat:repeat-x;
text-align: center;
height:24px;
}

.pagination .linkwrap {
margin-top: 5px;
float:left;
vertical-align:middle;
}

.pagination a{
padding: 5px 19px;
text-decoration: none; 
color: #ffffff;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-transform: uppercase;
background-image:url(/lib/yhst-84813622970253/rotateimg-norm.gif);
background-repeat:no-repeat;
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color: #424443;
background-image:url(/lib/yhst-84813622970253/rotateimg-over.gif);
margin-top:10px;
}

.rotatediv {margin-top:-40px;}
