.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 100%; /*width of featured content slider*/
height: 208px;
background-image: url(../images/Featured-Back.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
}

.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-image: url(../images/Featured-Back.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
width: 100%; /*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: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-size: 10px;
text-align: center;
background-color: #FFFFFF;
padding: 2px 0px;
}

.pagination a{
padding: 1px 6px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; 
color: #000000;
background-color: #FCFCFC;
border: solid 1px #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #507BA0;
background-color: #F2F2F2 ;
border: solid 1px #CCCCCC;
}


/* 

.contentslide{
border: none;
width: 100%;
background-image: url(../images/Featured-Back.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
padding: 0px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*//*
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: block;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*//*
text-align: center;
font-size: 10px;
background-color: #FFFFFF;
border: 1px solid #000000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*//*
padding: 2px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*//*
width: 100%; /*IE5 width*//*
width: 100%; /*IE6 width*//*
}

.pagination a{
padding: 1px 6px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; 
color: #000000;
background-color: #FCFCFC;
border: solid 1px #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #507BA0;
background-color: #F2F2F2 ;
border: solid 1px #CCCCCC;
}
.paginationHeading {
display: block;
width: 180px;
height: 18px;
background-color: #CCCCCC;
border-top: solid 5px #CCCCCC;
}
.paginationHeadingText {
padding: 0 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
font-weight: bold; 
color:  #FFFFFF;
background-color: #649AC9;

}
.paginationTitle {
display: block;
background-color: #F3F8FF;
border: 0;
text-align: center;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
} */
