.sliderwrapper{position: relative; /*leave as is*/overflow: hidden; /*leave as is*/width: auto; /*width of featured content slider*/height: auto;}/* ----------------------- */#slider4{margin: 0 0 0 0;height: 272px;padding: 0px 0 7px 0;}#paginate-slider4{width: auto;margin: 0px;height: auto;}#paginate-slider4 a img{  /* for IE */  filter:alpha(opacity=50);  /* CSS3 standard */  opacity:0.5;}#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{/* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1;}/* ------------------------- */.sliderwrapper .contentdiv{visibility: hidden; /*leave as is*/position: absolute; /*leave as is*/left: 0;  /*leave as is*/top: 0;  /*leave as is*/background: white;width: 388px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */height: 272px;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin: 6px;}.pagination{width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/text-align: right;}.pagination a{  /* for IE */  filter:alpha(opacity=50);  /* CSS3 standard */  opacity:0.5;}.pagination a:hover, .pagination a.selected{/* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1;}