.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #990099;
width: 640px; /*width of featured content slider*/
height: 275px;
}

.blurb {
	color: white;
	font-weight: bold;
	padding:4px;
	background-color: #990099;
	visibility:visible;
	}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #BB2AA8;
width: 640px; /*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: 642px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #BB2AA8;
padding: 0px 0px 5px 0;

}

.pagination a {
padding: 0 5px;
text-decoration: none; 
color: #BB2AA8;
background: #ffffff;
//border-top: thin solid black;
//border-left: thin solid black;
//border-right: thin solid black;
border: 1px solid black;
padding:4px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
font-weight: bold;
border-top: thin solid #990099;
border-left: thin solid #990099;
border-right: thin solid #990099;
background-color: #990099;
padding-bottom:10px;
}


#paginate-slider1{
width: 642px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #BB2AA8;
padding: 0px 0px 5px 0;

}

#paginate-slider1 a {
padding: 0 5px;
text-decoration: none; 
color: #BB2AA8;
background: #ffffff;
//border-top: thin solid black;
//border-left: thin solid black;
//border-right: thin solid black;
border: 1px solid black;
padding:4px;
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected{
color: #fff;
font-weight: bold;
border-top: thin solid #990099;
border-left: thin solid #990099;
border-right: thin solid #990099;
background-color: #990099;
padding-bottom:10px;
}