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



.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: 610px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 500px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff; color:#6686BA; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-style: normal; font-weight: 400; text-transform: none; font-variant: normal; text-indent: 0px; line-height: 18px; word-spacing: 0px; letter-spacing: 0px; font-size: 16px; text-decoration: none; padding: 0px 0px;
}

.pagination a:link{
padding: 0 0px; background-color: #ffffff; color:#6686BA; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-style: normal; font-weight: 400; text-transform: none; font-variant: normal; text-indent: 0px; line-height: 18px; word-spacing: 0px; letter-spacing: 0px; font-size: 16px; text-decoration: none;
}


.pagination a.selected{
background-color: #ffffff; color:#6686BA; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-style: normal; font-weight: 400; text-transform: none; font-variant: normal; text-indent: 0px; line-height: 18px; word-spacing: 0px; letter-spacing: 0px; font-size: 18px; text-decoration: underline;
}
