.sliderwrapper{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
width: 755px; /*width of featured content slider*/
height: 550px;
left: 3px;
top: 0px;
visibility: hidden;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: -1px;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #000000;
width: 755px; /*width of content DIVs within slider. */
height: 550px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#paginate-slider4{
padding: 0 5px;
text-decoration: none; 
	color: #E2E2E2;
font-family : Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight : bold;
}
#paginate-slider4 a{

font-family : Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight : bold;
	color: #E2E2E2;
text-transform:none;
text-decoration: none;
}
#paginate-slider4 a:hover, #paginate-slider4 a.selected{
background: url(../images/Backgrounds/22H-midFade.jpg);
font-family : Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight : bold;
color: #FFFFFF;
text-transform:none;
text-decoration: none;
}
#paginate-slider4 a img{
width: 88px;
height: 70px;
border: 1px solid #ffffff;
}
#paginate-slider4 a img:hover {
border: 1px solid #660000;
}
#paginate-slider4 a.selected img{
border: 1px solid #660000;
}
